Commit 798d259
authored
Send logpoint messages to the debug console (microsoft#402)
* Send logpoint messages as protocol events
Instead of printing them to `System.out` of the process being debugged.
This should be paired with a change in vscode-java-debug to receive
the message and send it to the vscode debug console.1 parent 7f6f76b commit 798d259
File tree
2 files changed
+9
-2
lines changed- com.microsoft.java.debug.core/src/main/java/com/microsoft/java/debug/core/adapter/handler
- com.microsoft.java.debug.plugin/src/main/java/com/microsoft/java/debug/plugin/internal/eval
2 files changed
+9
-2
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
225 | 232 | | |
226 | 233 | | |
227 | 234 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
0 commit comments