Skip to content

Commit b283fc9

Browse files
subyssurendran666merks
authored andcommitted
Added n&n for toggle triggerpoint and breakpoint with hit count
1 parent 9a9e1b8 commit b283fc9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
48.1 KB
Loading

news/4.37/jdt.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,19 @@ This marker can then be used in comments to separate start and end regions.
3838

3939
![The same Java class with some regions collapsed](images/overlappingStartEndCustomRegionMarkersCollapsed.png)
4040

41+
## Debugger
4142

43+
### Toggle Triggerpoint and Breakpoint with Hit Count
44+
<details>
45+
<summary>Contributors</summary>
46+
47+
- [Andrey Loskutov](https://github.com/iloveeclipse)
48+
- [Suby S Surendran](https://github.com/subyssurendran666)
49+
</details>
50+
51+
The ruler context menu in the editor has been enhanced to make debugging setup more efficient. You can now directly toggle a breakpoint with hit count or a triggerpoint by `right-clicking on the vertical ruler` (left margin), where the context menu includes the options Toggle Breakpoint with Hit Count and Toggle Triggerpoint.
52+
53+
![Ruler context menu in the Java editor showing new entries for Toggle Breakpoint with Hit Count and Toggle Triggerpoint](images/rulerToggleMenuWithHitcountAndTriggerpoint.png)
4254

4355
<!--
4456
---

0 commit comments

Comments
 (0)