Replies: 1 comment
-
wrong place to post this |
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 guys,
I am implementing a Debug Adapter and so far it is properly set to attach to process, break the execution, step in/out/over, inspecting variables and watches and several other support properties are working with VSCode as expected. However I can't see the 'modules' request ever sent to the DA to give it a response.
The launch.json has 'modules' : true manually placed for the extension but still don't see the 'modules' request coming. Here are the requests on attach:
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions