ChromeDevTools / debugger-protocol-viewer

DevTools Protocol API docs—its domains, methods, and events
https://chromedevtools.github.io/devtools-protocol/
Other
862 stars 172 forks source link

Break on debugger statement without having browser open #72

Closed Jbudone closed 7 years ago

Jbudone commented 7 years ago

Currently if you want to hit a debugger; breakpoint you have to have the browser/debugger already open. It would be really cool to break without having the debugger open.

This would be particularly useful in cases where you run test scripts, spawn large number of node processes, or run into an unexpected error. Instead of having to open the browser every time you could simply open it when the debugger statement has been hit

kdzwinel commented 7 years ago

Hey! You should probably report that to the Chrome team ( https://crbug.com/new ) or Node.js team ( https://github.com/nodejs/node ). Here, we track only issues related to the https://chromedevtools.github.io/debugger-protocol-viewer/ website. Thanks!