Replies: 2 comments
-
Transferring to Q&A, not an issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think one way it might be possible to do what you ask would be to write a VS code extension that listens to debug events. This interface here lets you listen to debug events in VS code: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have a need to debug an application by steps in VScode, and simultaneously read debug information (variables) using an external client.
Is there such a possibility to connect two clients to one server to debug one application? Dose it known proxy DAP for such task?
Beta Was this translation helpful? Give feedback.
All reactions