debug icon indicating copy to clipboard operation
debug copied to clipboard

Support connecting to different clients without restarting the debuggee

Open st0012 opened this issue 3 years ago • 1 comments

Your proposal

It would be great if after disconnecting from a debugger client (e.g. VSCode), we can connect to the debuggee with another client (e.g. Console). This can be useful because some debugger features like tracers is only available to console. But having to restart the debuggee for the console means losing its current state.

Currently it's not possible because once connecting to the VSCode/Chrome, the server would have extended with different methods. And there's no way to revert that.

st0012 avatar Jul 19 '22 14:07 st0012

That's right (known issue). Maybe it can be solved with drastic change.

ko1 avatar Jul 19 '22 14:07 ko1