We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f79c4 commit 83d75a9Copy full SHA for 83d75a9
lib/ruby-debug-ide/ide_processor.rb
@@ -94,9 +94,11 @@ def process_commands
94
end
95
96
rescue IOError, Errno::EPIPE
97
+ @printer.print_debug "INTERNAL ERROR!!! #{$!}\n"
98
@printer.print_error "INTERNAL ERROR!!! #{$!}\n" rescue nil
99
@printer.print_error $!.backtrace.map{|l| "\t#{l}"}.join("\n") rescue nil
100
rescue Exception
101
+ @printer.print_debug "INTERNAL ERROR!!! #{$!}\n" rescue nil
102
103
104
ensure
0 commit comments