Open firien opened 1 year ago
If you want to use a terminal when debugging, you can set useTerminal
as true.
Same issue, when i launch two debug sessions the logs are send to only one of the Debug Console
usually the first.
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.
Not sure if this will help but the old vscode-ruby-debugger did not have this problem: https://github.com/rubyide/vscode-ruby
Any chance of getting attention on this?
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.