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 - debugger support for Ruby 1.9.1 is broken
Summary: debugger support for Ruby 1.9.1 is broken
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) Linux
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-06 17:23 UTC by wasmithorg
Modified: 2011-11-16 16:46 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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