From: Allan Chin Date: 2010-11-17T09:40:02+09:00 Subject: Re: Fast Debugger (Ruby 1.9.2, DevKit 4.5.0, JDK 6u22, NetBeans 6.9.1) And while we're at it, would you know why if I debug with the "slow" debugger, I get these errors? ========================================================================== ruby 1.9.2 debugger listens on port 49296 --- !ruby/exception:NoMethodError message: undefined method `critical=' for Thread:Class --- - C:/Program Files/NetBeans 6.9.1/ruby/ruby/debug-commons-0.9.5/classic-debug.rb:269:in `trace_off' - C:/Program Files/NetBeans 6.9.1/ruby/ruby/debug-commons-0.9.5/classic-debug.rb:279:in `block in read_command_loop' - C:/Program Files/NetBeans 6.9.1/ruby/ruby/debug-commons-0.9.5/classic-debug.rb:275:in `loop' - C:/Program Files/NetBeans 6.9.1/ruby/ruby/debug-commons-0.9.5/classic-debug.rb:275:in `read_command_loop' - C:/Program Files/NetBeans 6.9.1/ruby/ruby/debug-commons-0.9.5/classic-debug.rb:330:in `block in ' ========================================================================== They get resolved when debugging with the "fast" debugger. This is the reason why I had to start down that "fast debugger" path. Is this related or should this be a different topic? -- Posted via http://www.ruby-forum.com/.