PyMiniRacer icon indicating copy to clipboard operation
PyMiniRacer copied to clipboard

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

Open Taiung opened this issue 11 months ago • 0 comments

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.

Taiung avatar Feb 06 '25 05:02 Taiung