diff --git a/lib/debug/server.rb b/lib/debug/server.rb index a1c91314f..582a62598 100644 --- a/lib/debug/server.rb +++ b/lib/debug/server.rb @@ -164,6 +164,7 @@ def process } end + return unless line next if line == :can_not_read case line @@ -187,7 +188,7 @@ def process raise "pid:#{Process.pid} but get #{line}" end else - STDERR.puts "unsupported: #{line}" + STDERR.puts "unsupported: #{line.inspect}" exit! end end