Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime Debugger/Logger #89

Open
step21 opened this issue Jul 29, 2023 · 3 comments
Open

Runtime Debugger/Logger #89

step21 opened this issue Jul 29, 2023 · 3 comments

Comments

@step21
Copy link

step21 commented Jul 29, 2023

On mac or linux I would just run from source, but right now I am on Windows with the signed version and a way to look at error/debug logs without installing rust etc would be nice.

@louisgv
Copy link
Owner

louisgv commented Aug 2, 2023

You can build the windows from source too. Adding a runtime debugger is a bit of a work. We can ship the debugger build but I don't think we should tbh :d...

@louisgv louisgv changed the title Is there a way from the app to enable error/debug logs? Runtime Debugger/Logger Aug 2, 2023
@louisgv
Copy link
Owner

louisgv commented Aug 2, 2023

Tho, can you elaborate on what you mean by error/debug logs? Does the app crash for you when loading some model? Or is the server not returning usable error?

@step21
Copy link
Author

step21 commented Aug 7, 2023

Thanks for the replies, and sorry for the delay. For now, the main issue I had that sometimes the gui app does not crash, but also not react anymore. I.e. buttons do not seem to do anything, like the chat screen is not loaded etc. In traditional electron apps, if it is not disabled, it is often possible to show some kind of JS console, that would show GUI errors / errors of requests etc.
It's fine if I need to build on Windows for that, though I was hoping to avoid to install too much dev stuff on my Windows machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants