Replies: 1 comment
-
Specifically https://chromedevtools.github.io/devtools-protocol/tot/Debugger/ has the list of all events supported and methods related to the debugger. I've not tried this myself so no idea if it's even possible. You'll need to do further research yourself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I call the ShowDevTools method, how can I know whether a breakpoint is added or deleted in a JS file, I want to monitor the change of the breakpoint.
Beta Was this translation helpful? Give feedback.
All reactions