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 - org.rubyforge.debugcommons.RubyDebuggerException: Unable to read added breakpoint number in the specified timeout [15s]
Summary: org.rubyforge.debugcommons.RubyDebuggerException: Unable to read added breakp...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-13 15:29 UTC by marco_bresciani
Modified: 2012-04-16 08:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 166117


Attachments
stacktrace (1.45 KB, text/plain)
2012-04-13 15:30 UTC, marco_bresciani
Details

Note You need to log in before you can comment on or make changes to this bug.
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