This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 211169

Summary: org.rubyforge.debugcommons.RubyDebuggerException: Unable to read added breakpoint number in the specified timeout [15s]
Product: ruby Reporter: marco_bresciani <marco_bresciani>
Component: CodeAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 166117
Attachments: stacktrace

Description marco_bresciani 2012-04-13 15:29:57 UTC
Build: NetBeans IDE 7.1.1 (Build 201203091344)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b05
OS: Windows 7

User Comments:
GUEST: Started the jruby debugger, which was likely not correctly installed. (Do not know, ho to install the debugger correctly.)

GUEST: Started the debugger.




Stacktrace: 
org.rubyforge.debugcommons.RubyDebuggerException: Unable to read added breakpoint number in the specified timeout [15s]
   at org.rubyforge.debugcommons.ReadersSupport.poll(ReadersSupport.java:224)
   at org.rubyforge.debugcommons.ReadersSupport.readAddedBreakpointNo(ReadersSupport.java:200)
   at org.rubyforge.debugcommons.RubyDebuggerProxy.addBreakpoint(RubyDebuggerProxy.java:209)
   at org.rubyforge.debugcommons.RubyDebuggerProxy.setBreakpoints(RubyDebuggerProxy.java:191)
   at org.rubyforge.debugcommons.RubyDebuggerProxy.attachToClassicDebugger(RubyDebuggerProxy.java:151)
   at org.rubyforge.debugcommons.RubyDebuggerProxy.attach(RubyDebuggerProxy.java:121)
Comment 1 marco_bresciani 2012-04-13 15:30:02 UTC
Created attachment 118251 [details]
stacktrace