brackets-debugger icon indicating copy to clipboard operation
brackets-debugger copied to clipboard

Debugger for Brackets

Results 24 brackets-debugger issues
Sort by recently updated
recently updated
newest added

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

I mean the little x in the top right corner

bug

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...

bug

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.

bug

Highlight the node in the DOM tree (in the browser), which is referenced by the variable that the user hovers the mouse over.

enhancement