Commit 5d67623
committed
Method Breakpoint does not recognised when set at end of a method
This PR fixes the issue where breakpoints set at the end of a method did
not behave like method breakpoints, ensuring both entry and exit events
are consistently shown.
Fix: #6971 parent 3d100ec commit 5d67623
2 files changed
Lines changed: 33 additions & 12 deletions
File tree
- org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions
- org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints
org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ToggleBreakpointAdapter.java
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
405 | 408 | | |
406 | 409 | | |
407 | 410 | | |
| |||
445 | 448 | | |
446 | 449 | | |
447 | 450 | | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
448 | 456 | | |
449 | 457 | | |
450 | 458 | | |
| |||
1806 | 1814 | | |
1807 | 1815 | | |
1808 | 1816 | | |
1809 | | - | |
| 1817 | + | |
Lines changed: 23 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| |||
1129 | 1130 | | |
1130 | 1131 | | |
1131 | 1132 | | |
1132 | | - | |
1133 | 1133 | | |
1134 | 1134 | | |
1135 | | - | |
| 1135 | + | |
1136 | 1136 | | |
1137 | 1137 | | |
1138 | 1138 | | |
| |||
1142 | 1142 | | |
1143 | 1143 | | |
1144 | 1144 | | |
1145 | | - | |
1146 | | - | |
1147 | | - | |
1148 | | - | |
1149 | | - | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
1150 | 1163 | | |
1151 | 1164 | | |
1152 | 1165 | | |
1153 | 1166 | | |
1154 | | - | |
| 1167 | + | |
1155 | 1168 | | |
1156 | 1169 | | |
1157 | 1170 | | |
| |||
1610 | 1623 | | |
1611 | 1624 | | |
1612 | 1625 | | |
1613 | | - | |
| 1626 | + | |
0 commit comments