eclipse-platform / eclipse-platform/eclipse.platform
[feature] Add support for inline breakpoints with column like vscode
- Dominant language
- Java
- Stars
- 165
- Forks
- 174
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 22
Description
Today in eclipse we only have line breakpoints. But with more and more LSP/DAP based languages such as JS/TS are supported by Eclipse, it would be nice to have inline breakpoints like in vscode. As the platform it should only be supported to keep the column and then present a codemining with the debug icon at the column in addition to the breakpoints icon in the ruler. may be multiple inline breakpoints on the same line could be shown overlapped on top of each other in the ruler. Clicking on the code mining icon should remove the breakpoint and clicking on the ruler will remove the last breakpoint on the line.
Individual Debug implementation can make use of this feature to implement supported inline breakpoints.
Contributor guide
Assessment
This issue has not been assessed yet.