ruby / vscode-rdbg

VSCode Ruby rdbg Debugger
MIT License
180 stars 51 forks source link

uses activeDebugConsole #111

Open firien opened 1 year ago

firien commented 1 year ago

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.

ono-max commented 1 year ago

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

BenjaminDigeon commented 1 year ago

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

ono-max commented 1 year ago

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.

navels commented 8 months ago

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

navels commented 2 months ago

Any chance of getting attention on this?