brackets-debugger
brackets-debugger copied to clipboard
Debugger for Brackets
I intentionally broke compatibility with Brackets via the package.json engine property. It's now limited to
`setMarker` and `clearMarker` have been removed from the CodeMirror API. This breaks the debugger's breakpoints feature. See http://codemirror.net/doc/upgrade_v3.html#gutters.
After fixing https://github.com/adobe/brackets/issues/4404, I noticed that the `ConsoleTab` DOM doesn't resize the editor correctly. We should update the panel UI to use the new `Resizer` module.
Brackets sprint 27 crash on launch with the plugins, without all works fine. OS : Windows7 64bits
A breakpoint in line X is generally in the column of the first non-whitespace character in line X, i.e. in a line with whitespace denoted by ".", code denoted by...
I never pressed pause or anything like that, just connected normally, then reloaded, Brackets re-connected automatically, Chrome then pauses on the first tracepoint and I have to click Continue manually.
Highlight the node in the DOM tree (in the browser), which is referenced by the variable that the user hovers the mouse over.