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

Debugging Support #3796

Open
mcmah309 opened this issue Feb 24, 2025 · 0 comments
Open

Debugging Support #3796

mcmah309 opened this issue Feb 24, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@mcmah309
Copy link

mcmah309 commented Feb 24, 2025

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:

@mcmah309 mcmah309 added the enhancement New feature or request label Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant