Accessing Go debug information (variables) while debugging with a plugin (GoLand)
Answered
Hi,
I wondered if it is possible to access the debug information during a debugging session and show additional information in a GoLand plugin. I am looking for an API with the following capabilities:
- Get the variables in the debug window, when a debug session is started.
- Get the changes to the variables when the user steps forward while debugging.
I checked the GoLand extension points here but did not find anything yet. Or should/can I also connect to the same debug process GoLand spins up?
Thanks in advance for any help and information!
Please sign in to leave a comment.
Hi,
It's not available right now but you can follow GO-15086 and GO-15087 for updates.
Hi,
Thanks for the info. I am following them now.