Comment on How I test site speed changes using Chrome's local overrides (2021)parentComments−shortrounddev23yChrome and vscode both have conditional breakpoints:https://developer.chrome.com/docs/devtools/javascript/breakp...−rasz3yline-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.
Comments
Chrome and vscode both have conditional breakpoints:
https://developer.chrome.com/docs/devtools/javascript/breakp...
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.