You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no documentation on how to debug a Dioxus app (Rust, JS, CSS, etc.). This should be added (even if it is just links to other resources or a WIP page), as well as best practices and any platform specific advice.
I believe the best option currently is to use logging, but this also limits non-browser apps (apps that need platform specific apis, like fs::*) to not being able to debug JS/CSS.
Ideally a cross platform debugging experience for non-browser targets should be provided.
Feature Request
There is no documentation on how to debug a Dioxus app (Rust, JS, CSS, etc.). This should be added (even if it is just links to other resources or a WIP page), as well as best practices and any platform specific advice.
I believe the best option currently is to use logging, but this also limits non-browser apps (apps that need platform specific apis, like
fs::*
) to not being able to debug JS/CSS.Ideally a cross platform debugging experience for non-browser targets should be provided.
Relevant discussions:
Cargo debugger may help here for the rust side:
The text was updated successfully, but these errors were encountered: