Commit 0242add
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 0242add
2 files changed
Lines changed: 43 additions & 9 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: 11 additions & 3 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 | | |
| |||
1548 | 1556 | | |
1549 | 1557 | | |
1550 | 1558 | | |
1551 | | - | |
| 1559 | + | |
1552 | 1560 | | |
1553 | 1561 | | |
1554 | 1562 | | |
| |||
1806 | 1814 | | |
1807 | 1815 | | |
1808 | 1816 | | |
1809 | | - | |
| 1817 | + | |
Lines changed: 32 additions & 6 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 | | |
| |||
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| 152 | + | |
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
| |||
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
195 | 208 | | |
196 | 209 | | |
197 | 210 | | |
| |||
1128 | 1141 | | |
1129 | 1142 | | |
1130 | 1143 | | |
| 1144 | + | |
1131 | 1145 | | |
1132 | 1146 | | |
1133 | 1147 | | |
1134 | 1148 | | |
1135 | | - | |
| 1149 | + | |
1136 | 1150 | | |
1137 | 1151 | | |
1138 | 1152 | | |
| |||
1142 | 1156 | | |
1143 | 1157 | | |
1144 | 1158 | | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
1145 | 1174 | | |
1146 | | - | |
1147 | | - | |
1148 | 1175 | | |
1149 | 1176 | | |
1150 | 1177 | | |
| |||
1609 | 1636 | | |
1610 | 1637 | | |
1611 | 1638 | | |
1612 | | - | |
1613 | | - | |
| 1639 | + | |
0 commit comments