Chris Nelson wrote:
Peter,

The problem, it turns out, is not with stepping into it's with stepping over. When trying to step over the Car.find line the debugger ends up going into dependencies.rb, when it should go to the next line into the controller. It works correctly in MRI, and I'm (now) at Rails 1.2.5 in both.

I suppose you are trying everything from command line, right? If from NetBeans, there is some logic, that if some file cannot be found (and thus opened in the editor), NetBeans triggers next step until something on the stack is found, or something like this. E.g some ruby files are inside of a .jar - and stepping into those files is not supported yet. I can't recall exactly so I'm not 100% sure. Just a note to prevent possible confusion.

        m.

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to