-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print debugger output to the Ruby LSP output channel as well as the d…
…ebug console (#2957) Because the debug console is only available when the debugger is actually spawned and attached to, users often miss crucial debugging messages about the reason the debugger exits unexpectedly. This commit prints all output to the Ruby LSP output channel as well as the debug console. So when the debugger exits unexpectedly, users can still see the output in the Ruby LSP output channel.
- Loading branch information
Showing
1 changed file
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters