delve icon indicating copy to clipboard operation
delve copied to clipboard

dap: support suspendDebuggee in multi-client mode

Open polinasok opened this issue 2 years ago • 1 comments

Upstream dependency at https://github.com/microsoft/vscode/issues/134412 is in, so we can now provide this in our DA to give people more disconnect options.

- disconnect            = leaves debugger and target running (default)
- disconnect + suspend  = leaves debugger and target suspended
- stop                  = kills  debugger and target

Updates #2772

polinasok avatar May 05 '22 14:05 polinasok

Actually give me a moment to revise something before reviewing.

polinasok avatar May 06 '22 05:05 polinasok

Going to close for now due to inactivity. Please reopen if this is still necessary / planned to be worked on.

derekparker avatar Nov 16 '22 17:11 derekparker