Y
Hacker News
new
|
ask
|
show
|
jobs
by
shortrounddev2
1063 days ago
Chrome and vscode both have conditional breakpoints:
https://developer.chrome.com/docs/devtools/javascript/breakp...
1 comments
rasz
1063 days ago
line-of-code, cant set global ones, when I want to know if some object is used I need to manually hot patch/proxy it. One other drawback is inability to disable debug() call. Debugging third party/hostile code is real pain.
link