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