Replies: 2 comments
-
I've never dealt with Tauri, but, generally, compiled languages do not support changing program source on-the-fly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I guess that makes sense ^^. Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
I use the following configuration within my Tauri App
https://tauri.app/v1/guides/debugging/vs-code/
and breakpoints works great, but every time I make a change to the Rust code I have to restart the debugger. How can I automatically restart the app and the debugger on changes within the Rust code?
Just as a an example, lets say I have a button which calls some Rust code (via Tauri commands) and this Rust code returns a string and then this string gets displayed within the App. Currently when I change the String within the Rust code and then click the button, the old string value gets displayed.
Pls help.
Beta Was this translation helpful? Give feedback.
All reactions