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

Could V8 Inspector Support be Added for Debugging JS with Chrome DevTools? #80

Open
Taiung opened this issue Feb 6, 2025 · 0 comments

Comments

@Taiung
Copy link

Taiung commented Feb 6, 2025

While using PyMiniRacer, I found it would be amazing if we could debug JavaScript code through Chrome DevTools.
As a Python developer (not familiar with C++), I've tried to implement this feature by researching and using AI assistance, but found it quite challenging.
With Chrome DevTools debugging, we would be able to:

  1. Set breakpoints
  2. Step through code
  3. Inspect variables
  4. Evaluate expressions
  5. View call stack

These debugging capabilities would be incredibly helpful for troubleshooting issues and understanding code execution. If implemented, I believe many developers would benefit from this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant