Skip to content

Commit 517fd1e

Browse files
SougandhSmerks
authored andcommitted
Add N & N for Grouping breakpoints by Enablement
N & N for eclipse-platform/eclipse.platform#1962
1 parent 51b20c8 commit 517fd1e

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
192 KB
Loading
829 KB
Loading

news/4.37/platform.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,29 @@ Additionally, you can use the `Replace With → Clipboard` action to replace the
132132
![Replace Clipboard Context Menu](images/ReplaceClipBoard.png)
133133

134134

135+
---
136+
## Debugger
137+
138+
139+
### Group Breakpoints by Enablement
140+
141+
<details>
142+
<summary>Contributors</summary>
143+
144+
- [Andrey Loskutov ](https://github.com/iloveeclipse)
145+
- [Sougandh S ](https://github.com/SougandhS)
146+
</details>
147+
148+
To make breakpoint management easier, the `Breakpoints view` now organizes breakpoints into separate groups based on their enablement status.
149+
This clearly distinguishes between breakpoints that are `enabled` and those that are `disabled`.
150+
151+
To use this, go to more options of `Breakpoints view` then `Group By -> Enablement`
135152

153+
![Breakpoint Grouping Menu](images/BreakpointGroupMenu.png)
136154

155+
When this option is selected, enabled breakpoints are listed together at the top under an `Enabled group`.
156+
Disabled breakpoints appear below under `Disabled group`. This organization helps you quickly locate breakpoints that are enabled or disabled.
157+
It makes it easier to re-enable or disable breakpoints without scrolling through a long list.
137158

159+
![Breakpoint Enablement Grouping](images/EnablementGrouping.png)
138160

0 commit comments

Comments
 (0)