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
I've been playing with remote Delve debugging over the DAP protocol.
It seems like Delve does not support a debugger restart.
So far I've tried:
Using the DAP server with a "launch + debug" mode. The idea being here is that Delve can act like the execution host and re-compile the code on a "restart"
Same but with a "launch + exec". Similar concept but Delve could re-run the binary.
In both cases Delve just exits. I'm assuming its seeing the "Restart" as a "Terminate" and since DAP does not support multiclient the only host leaves and Delve shuts down
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
I've been playing with remote Delve debugging over the DAP protocol.
It seems like Delve does not support a debugger restart.
So far I've tried:
In both cases Delve just exits. I'm assuming its seeing the "Restart" as a "Terminate" and since DAP does not support multiclient the only host leaves and Delve shuts down
Does this sound like what's going on?
Beta Was this translation helpful? Give feedback.
All reactions