Commit 700637c
authored
fix unsupported breakpoint at method entry/exit or class (#129)
* Add location type check on breakpoint
Add location type check to avoid breakpoint on method/field which will never be hit in current implementation.
* fix breakpoint pos
update lines to the next line which is valid for breakpoint
* 1. add the logic to avoid duplicate install breakpoint when updated breakpoint lines have duplicate lines.
* revert unneeded change.
* removes invalid breakpoint
* fix checkstyle hint.
* Update typo in javadoc
* remove useless if condition
* remove tailing spaces.
* update javadoc
* revert the code to modify line numbers because in vscode, the action to set breakpoint will not report to our lang server immediately
* revert changes.1 parent 405a8be commit 700637c
File tree
1 file changed
+2
-1
lines changed- com.microsoft.java.debug.plugin/src/main/java/com/microsoft/java/debug/plugin/internal
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
| 154 | + | |
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
| |||
0 commit comments