debug
debug copied to clipboard
Support connecting to different clients without restarting the debuggee
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.
That's right (known issue). Maybe it can be solved with drastic change.