Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.1k
Closed
Labels
Description
For debugging the Python test suite on the Emscripten platform, it's quite useful to be able to inject a breakpoint for the JavaScript debugger in Python code. This is particularly helpful when debugging problems with the file system -- the code paths I want to inspect are hit hundreds of times on startup. Inserting a breakpoint directly above the failing Python code makes everything much easier.