Skip to content

[bug] How to debug with released binary? #3638

Answered by xuchaoqian
red010182 asked this question in Q&A
Discussion options

You must be logged in to vote

Put "devtools" flag to Cargo.toml to enable "devtools" feature in release build. Just like this:

tauri = { git = "https://github.com/tauri-apps/tauri.git", branch = "dev", features = ["devtools", "dialog-all", "macos-private-api", "path-all", "process-exit", "process-relaunch", "shell-open", "window-all"] }

see the docs

Mod Edit: code formatting

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JonasKruckenberg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #3637 on March 08, 2022 07:24.