vscode-rdbg icon indicating copy to clipboard operation
vscode-rdbg copied to clipboard

uses activeDebugConsole

Open firien opened this issue 2 years ago • 5 comments

#91 introduced launching without a terminal, only in debug console. But all logs go to the active debug console - So if you have multiple debuggers going - the ruby logs will appear in what ever one is active/open.

firien avatar Jan 02 '23 15:01 firien

If you want to use a terminal when debugging, you can set useTerminal as true.

ono-max avatar Jan 10 '23 14:01 ono-max

Same issue, when i launch two debug sessions the logs are send to only one of the Debug Console usually the first.

BenjaminDigeon avatar Mar 14 '23 11:03 BenjaminDigeon

Thanks for reporting. And I understand your problems right now. Hmm... let me think about this problem. Also, I appreciate it if you have suggestions.

ono-max avatar Mar 16 '23 15:03 ono-max

Not sure if this will help but the old vscode-ruby-debugger did not have this problem: https://github.com/rubyide/vscode-ruby

navels avatar Mar 01 '24 21:03 navels

Any chance of getting attention on this?

navels avatar Aug 13 '24 23:08 navels