PyMiniRacer
PyMiniRacer copied to clipboard
Could V8 Inspector Support be Added for Debugging JS with Chrome DevTools?
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:
- Set breakpoints
- Step through code
- Inspect variables
- Evaluate expressions
- 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.