We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b597f8 commit 220d78bCopy full SHA for 220d78b
lib/ruby-debug/processor.rb
@@ -57,6 +57,12 @@ def process_commands
57
end
58
59
60
+ rescue IOError, Errno::EPIPE
61
+ @printer.print_error "INTERNAL ERROR!!! #{$!}\n" rescue nil
62
+ @printer.print_error $!.backtrace.map{|l| "\t#{l}"}.join("\n") rescue nil
63
+ rescue Exception
64
65
66
67
68
def splitter
0 commit comments