Break on debugger statement without having browser open
Jbudone opened this issue · 1 comments
Jbudone commented
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
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!