rDr4g0n/JsDebuggr

Need Help

Opened this issue · 1 comments

  1. I have added some breakpoints in my Sails API code
  2. Checking API from POST MAN
  3. But debugger is not stopping at break points
    How do i debug the code at breakpoint and jump to other breakpoints (in MAC OS)
  1. Be sure your browser's dev tools are open. Breakpoints do not work unless dev tools are open.
  2. go to the place in the code where the breakpoint should be and verify that debugger appears there somewhere
  3. set a breakpoint using your browser dev tools and see if it gets hit