eclipse-theia/theia

manage inline breakpoints with the editor gutter context menu

Open

#6,795 opened on Dec 27, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (2,478 forks)batch import
debugenhancementhelp wanted

Repository metrics

Stars
 (18,676 stars)
PR merge metrics
 (Avg merge 15d 4h) (75 merged PRs in 30d)

Description

Right now (after https://github.com/eclipse-theia/theia/pull/5774) one can add inline breakpoints from the main menu, from the command palette or using shift + f9 short-cut. It would be nice if one would be able to use the context menu in the editor gutter to add/remove/enable/disable a breakpoint at the specific column in the line.

Contributor guide