-
Notifications
You must be signed in to change notification settings - Fork 58
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
Comments
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... |
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? |
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. |
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.
The text was updated successfully, but these errors were encountered: