-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Debugger.setInstrumentationBreakpoint is broken #31138
Labels
inspector
Issues and PRs related to the V8 inspector protocol
Comments
@nodejs/v8-inspector |
3 tasks
Any updates for this issue? |
sophoniie
pushed a commit
to sophoniie/node
that referenced
this issue
Jun 20, 2024
PR-URL: nodejs#31137 Refs: nodejs#31138 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
bmeck
pushed a commit
to bmeck/node
that referenced
this issue
Jun 22, 2024
PR-URL: nodejs#31137 Refs: nodejs#31138 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Newly added
Debugger.setInstrumentationBreakpoint
inspector API doesn't work for me. Changes were introduced for request #24687. The same API works fine in Chrome.I've created a test #31137. Breakpoints for scripts with sourcemaps only don't work either. If I use the protocol incorrectly, please let me know which additional methods should be called.
The text was updated successfully, but these errors were encountered: