javascript-breakpoint-collection icon indicating copy to clipboard operation
javascript-breakpoint-collection copied to clipboard

When using debugger breakpoint it can be difficult to understand which BP was hit

Open mattzeunert opened this issue 9 years ago • 2 comments

  • show message in console?
  • message variable in debuggerFunction?

mattzeunert avatar Apr 25 '16 06:04 mattzeunert

The debuggerFunction now has a details parameter, which should help a little.

mattzeunert avatar Apr 26 '16 09:04 mattzeunert

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.

mattzeunert avatar May 06 '16 07:05 mattzeunert