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

Improve binary debuggability #28

Open
BlueWinds opened this issue Jul 30, 2023 · 0 comments
Open

Improve binary debuggability #28

BlueWinds opened this issue Jul 30, 2023 · 0 comments
Assignees

Comments

@BlueWinds
Copy link
Owner

While trying to debug some issues with the current binary builds of the app, I've found that when things go wrong it's very hard to figure out what's up, since the developer console isn't available. This will also make it difficult for users to report certain issues helpfully.

One thing that would help a lot is if we could dump the browser console output (including and especially uncaught exceptions) to a log file.

Alternately, it looks like we can enable devtools in the release build; tauri-apps/tauri#3059 (comment) has instructions on how to do this.

Combining these two would be almost ideal, could then have users send log files when stuff goes awry, and easily debug things myself at the same time.

@PretzelVector PretzelVector self-assigned this Jul 30, 2023
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