eclipse / lsp4e

Language Server Protocol support in Eclipse IDE
Eclipse Public License 2.0
61 stars 54 forks source link

Feature request: right-click menu item on JS/TS breakpoints to disable them #304

Open AndrewFerr opened 1 year ago

AndrewFerr commented 1 year ago

It would be nice if a JavaScript/TypeScript breakpoint could be disabled (i.e. skipped, not deleted) by right-clicking on it in the editor margin and clicking a "Disable" context menu item. Some breakpoint types support this (like JDT & PyDev breakpoints).

mickaelistria commented 1 year ago

I think this would bette be provided by default for all breakpoint types. Work would need to happen either on Platform Debug or on Generic Editor; that needs to be investigated.