This repository was archived by the owner on Jan 22, 2026. It is now read-only.
Commit ad02d8f
authored
fix the inconsistent uri issue for set breakpoint request (microsoft#84)
* fix the inconsistent uri issue for set breakpoint request
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* add vscode bug number
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* fix review comments
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>1 parent 6158bf2 commit ad02d8f
File tree
2 files changed
+19
-1
lines changed- com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter
- handler
2 files changed
+19
-1
lines changedLines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
220 | 222 | | |
221 | 223 | | |
222 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
223 | 239 | | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
0 commit comments