JsDebuggr icon indicating copy to clipboard operation
JsDebuggr copied to clipboard

Need Help

Open ravitejaaketi opened this issue 7 years ago • 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)

ravitejaaketi avatar Sep 26 '17 07:09 ravitejaaketi

  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

rDr4g0n avatar Nov 16 '17 15:11 rDr4g0n