You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, vscode-go does not have user interface for target follow-exec. So adding support to target follow-exec may help user control the debug process.
The proposed commands are just like terminal:
dlv target list
dlv target follow-exec [-on [regex]] [-off]
dlv switch is hard since it may cause inconsistency between debugger and frontend.