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 4f39744 commit 84f79c4Copy full SHA for 84f79c4
lib/ruby-debug-ide.rb
@@ -150,6 +150,7 @@ def notify_dispatcher(port)
150
s.print(port)
151
s.close
152
connected = true
153
+ print_debug "Ide process dispatcher notified about sub-debugger which listens on #{port}\n"
154
return
155
rescue => bt
156
$stderr.puts "#{Process.pid}: connection failed(#{i+1})"
0 commit comments