How to debug tauri rust code with Rustrover? #8253
Unanswered
HuakunShen
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Running Not sure how to debug in dev mode. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Jetbrains products currently don't have support for background tasks so you will have to run the development server manually. See the CLion guide for details: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
JetBrains recently released Rustrover, an IDE for Rust.
How to use its debugger to debug Tauri?
A regular rust program that can be run with
cargo run
can be debugged easily.cargo-tauri
is the CLI to run dev server and tauri core process.I found this file
https://github.com/tauri-apps/tauri/blob/dev/tooling/cli/src/dev.rs
Beta Was this translation helpful? Give feedback.
All reactions