Re: [jruby-dev] jruby-debug with Rails not stepping

2007-10-19 Thread Peter Brant
I've committed a fix for this in r311. When there were multiple threads, we were effectively always removing the current thread from the thread table with the result that the DebugContext was being recreated every time. (Looking at the original C code around the line I removed, I think it probabl

[jruby-dev] jruby-debug with Rails not stepping

2007-10-19 Thread Chris Nelson
Guys, Well, I've spent a good amount time the past day or two trying to understand why stepping through code in a Rails controller doesn't work. It stops on my breakpoint ok, but when I try to step to the next line it just continues without stopping on the next line. I think I've finally isolate