Skip to content

How to access console logs of an installed app? #4803

Answered by FabianLars
elanzini asked this question in Q&A
Discussion options

You must be logged in to vote

You can enable the devtools by adding the "devtools" feature flag to the tauri dependency in Cargo.toml.

Alternatively you can build a debug build via npm run tauri build -- --debug (output in target/debug/bundle/).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@elanzini
Comment options

Answer selected by elanzini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants