debug icon indicating copy to clipboard operation
debug copied to clipboard

Support DAP's `restart` request if the program is started with `rdbg` executable

Open st0012 opened this issue 3 years ago • 1 comments

Your proposal

When a remote debuggee is started by the rdbg executable, like rdbg -c -- <cmd>, we can record the <cmd> and use it for the DAP's restart request.

st0012 avatar Jul 16 '22 11:07 st0012

Maybe we need to restore the ENV but using exec(2) I'm not sure we can implement restart command. Restarting by extension can be considered but not sure now.

ko1 avatar Oct 28 '22 10:10 ko1