javascript-breakpoint-collection
javascript-breakpoint-collection copied to clipboard
When using debugger breakpoint it can be difficult to understand which BP was hit
- show message in console?
- message variable in debuggerFunction?
The debuggerFunction now has a details parameter, which should help a little.
I don't like the idea of having a console.log every time you hit a breakpoint. That's the opposite behavior of a BP.
We could have a string variable containing the trace message inside debuggerFunc.