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 7ac8b4e commit 0eefd18Copy full SHA for 0eefd18
lib/ruby-debug-ide/ide_processor.rb
@@ -47,7 +47,7 @@ def process_commands
47
end
48
state.restore_context
49
50
- rescue IOError, Errno::EPIPE
+ rescue IOError, SystemCallError
51
@printer.print_error "INTERNAL ERROR!!! #{$!}\n" rescue nil
52
@printer.print_error $!.backtrace.map{|l| "\t#{l}"}.join("\n") rescue nil
53
rescue Exception
0 commit comments