This project is archived and is in readonly mode.

#2895 ✓invalid
ericp (at activestate)

Rails test file debugging in Komodo doesn't work when ruby-debug is installed

Reported by ericp (at activestate) | July 9th, 2009 @ 07:02 PM | in 2.3.9

You can debug test files in Komodo by setting the current directory
to /test. Komodo used to stop at breakpoints, but on systems
that have ruby-debug-cli or ruby-debug-ide installed, it now
ignores the breakpoints, and emits a large traceback that starts like so:

INTERNAL ERROR!!! You have a nil object when you didn't expect it!
The error occurred while evaluating nil.has_key?

c:/ruby/lib/ruby/gems/1.8/gems/ruby-debug-0.10.3/cli/ruby-debug/command.rb:62:in `method_missing'

...

The problem is that the framework has loaded ruby-debug, even though another
debugger using ruby-debug-base is already in effect.

Reference Komodo bug http://bugs.activestate.com/show_bug.cgi?id=83676

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments

Tags

Pages