Aggregate debug info of vscode debugger hover into another server
general question:
does anybody know how to access debug info, i mean variable hover info of vscode, from another program or process, i would like to send info to other server and aggregate information there
3 Replies
I think i could be javascript related as one could access devtools in vscode and do some manipulation from there, however if there is some standard way of sending information it would be great
You can invoke the command yourself via the built in command
https://code.visualstudio.com/api/references/commands
Built-in Commands
Visual Studio Code built-in commands reference.
Thank you, this is what i was looking for