Skip to content

Implement a debugger #720

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

Open
aapoalas opened this issue May 21, 2025 · 0 comments
Open

Implement a debugger #720

aapoalas opened this issue May 21, 2025 · 0 comments
Labels
technical Requires building something new and exciting in Rust

Comments

@aapoalas
Copy link
Member

Well this is certainly a "small" task! No worries, you just need to figure out how to make the bytecode interpreter pause and spin, while communicating with a DevTools client. Choose either Chromium's or Firefox's DevTools protocol for the communication for best effect. Personally, I like Chromium's DevTools more for debugging and performance analysis but Firefox's is better for some things, and easier to "get behind of" so to say.

@aapoalas aapoalas added the technical Requires building something new and exciting in Rust label May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical Requires building something new and exciting in Rust
Projects
None yet
Development

No branches or pull requests

1 participant