Skip to content

Commit 84f79c4

Browse files
committed
Debug output added
1 parent 4f39744 commit 84f79c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ruby-debug-ide.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def notify_dispatcher(port)
150150
s.print(port)
151151
s.close
152152
connected = true
153+
print_debug "Ide process dispatcher notified about sub-debugger which listens on #{port}\n"
153154
return
154155
rescue => bt
155156
$stderr.puts "#{Process.pid}: connection failed(#{i+1})"

0 commit comments

Comments
 (0)