ruby mine debugger problem

Answered

Evaluation memory limit is ineffective in JRuby and MRI < 2.0
Fast Debugger (ruby-debug-ide 0.6.1.beta12, ruby-debug-base 0.10.6, file filtering is supported) listens on 0.0.0.0:50491
#when_present has been deprecated and is unlikely to be needed; replace this with #wait_until_present if a wait is still needed
Instead of passing arguments into Wait#until method, use keywords
#when_present has been deprecated and is unlikely to be needed; replace this with #wait_until_present if a wait is still needed
Instead of passing arguments into Wait#until method, use keywords
1 scenario (1 passed)
11 steps (11 passed)
0m39.912s
Fatal exception in DebugThread loop: closed stream
Backtrace:
org/jruby/ext/socket/RubyTCPServer.java:157:in `accept'
from: C:/Users/UID/awetest/jruby-9.1.8.0/lib/ruby/gems/shared/gems/ruby-debug-ide-0.6.1.beta12/lib/ruby-debug-ide.rb:127:in `block in start_control'

0
2 comments

Hello,

could you please check how it goes in RubyMine 2019.2.2 with the updated debug gems (ruby-debug-ide 0.7.0.beta7, ruby-debug-base 0.10.6)?

0

As I have also reported I'm having issues apparently with the same area of the debugger's code:

Fatal exception in DebugThread loop: closed stream
Backtrace:
org/jruby/ext/socket/RubyTCPServer.java:157:in `accept'
from: :1:in `block in '
Exception in thread "Ruby-0-Thread-1: C:/jruby-9.2.8.0/lib/ruby/gems/shared/gems/ruby-debug-ide-0.7.0.beta7/lib/ruby-debug-ide.rb:117" java.lang.NullPointerException
at org.jruby.internal.runtime.ThreadService.getMainThread(ThreadService.java:231)
at org.jruby.RubyThread.exceptionRaised(RubyThread.java:1786)
Process finished with exit code 0

0

Please sign in to leave a comment.