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 188412

Summary: debugger support for Ruby 1.9.1 is broken
Product: ruby Reporter: wasmithorg
Component: CodeAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: Macintosh (x86)   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description wasmithorg 2010-07-06 17:23:37 UTC
Product Version = NetBeans IDE 6.9 (Build 201006101454)
Operating System = Linux version 2.6.32-23-generic running on amd64
Java; VM; Vendor = 1.6.0_18
Runtime = OpenJDK 64-Bit Server VM 14.0-b16

Using "Slow" debugger, I get the following.  

ruby 1.9.1 debugger listens on port 33979
--- !ruby/exception:NoMethodError 
message: undefined method `critical=' for Thread:Class
--- 
- /usr/local/netbeans-6.9/ruby/ruby/debug-commons-0.9.5/classic-debug.rb:269:in `trace_off'
- /usr/local/netbeans-6.9/ruby/ruby/debug-commons-0.9.5/classic-debug.rb:279:in `block in read_command_loop'
- /usr/local/netbeans-6.9/ruby/ruby/debug-commons-0.9.5/classic-debug.rb:275:in `loop'
- /usr/local/netbeans-6.9/ruby/ruby/debug-commons-0.9.5/classic-debug.rb:275:in `read_command_loop'
- /usr/local/netbeans-6.9/ruby/ruby/debug-commons-0.9.5/classic-debug.rb:330:in `block in <class:DC_DEBUGGER__>'