JsDebuggr
JsDebuggr copied to clipboard
Add, remove, enable, and disable breakpoints in javascript from the comfort of Sublime Text :D
I installed this plugin today and _cannot_ seem to set a breakpoint (or perform any other functionality ascribed to this plugin). I have a feeling this is probably related to...
I can't use the jsdebugger when I installed it. The right-click menu can be displayed but doesn't work and the default key bindings also don't. I don't know what happened....
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...
(+) Cached the valid_scope decorator (+) Made if_valid_scope more "safe" Addresses @rDr4g0n 's #25
I'm unable to find a pattern to this but while editing a JS file I find that the JSDebuggr options are disabled. Any idea what is causing this?
Looks like this is what we want: https://github.com/randy3k/UnitTesting-example
Apply commands to multiple selections when possible. Add, remove, enable and disable would work pretty well like this.
Clicking a line number in the gutter should add or remove breakpoints. There is no api is ST3 for this, but it can be hacked in with inconsistent results: https://forum.sublimetext.com/t/hover-click-events-in-gutter/20747/6...
Right now when the context menu is popped up (right click), each item in the JsDebuggr menu is checked to see if it is valid for the current scope. It...
Checking if a command `is_enabled` is probably more expensive than it should be. Ideally those checks wouldnt run at all if the syntax of the current view is not supported....