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

[docs] Debug with jetbrains rust rover including front end #2954

Open
delebash opened this issue Nov 8, 2024 · 0 comments
Open

[docs] Debug with jetbrains rust rover including front end #2954

delebash opened this issue Nov 8, 2024 · 0 comments

Comments

@delebash
Copy link

delebash commented Nov 8, 2024

I followed the docs here https://v2.tauri.app/develop/debug/rustrover/ but this does not include the front end for break points.

I am using the @tauri-apps/plugin-http' to fetch some data. When I debug according to the docs above none of my javascript breakpoints are hit but the fetch code runs fine in the tauri app. If I add a normal javascript debugging session for the default url of http://localhost:1420/ it opens a web page and my javascript break points are hit. However, because it is in the context of a webpage and not a tauri app the fetch code throws an invoke error.

How can I debug the javascript code that also invokes a call to rust with rustrover. TY

@FabianLars FabianLars transferred this issue from tauri-apps/tauri Nov 8, 2024
@github-project-automation github-project-automation bot moved this to 🪵 Backlog in Documentation Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🪵 Backlog
Development

No branches or pull requests

1 participant