Well, we're getting closer.

RaiseException was emitting a return event instead of a raise.  The
unbalanced call/return events was causing the entire stack to be
unwound when stepping.  Patch available here
http://jira.codehaus.org/browse/JRUBY-1469 .  If a committer could
commit that today, that would be great.

We also had a bug in jruby-debug that was also causing the stack to be
completely unwound when opening a class.  This is fixed.

Unfortunately, we still go off into the weeds (although different
weeds now) when stepping over Car.find().  I'll continue digging
tonight.

Pete

On 10/23/07, Peter Brant <[EMAIL PROTECTED]> wrote:
> It fails there too.  My off the cuff guess is that we're not always
> creating a debugger frame when we should and the debugger ends up
> thinking it's in the same frame.  I'll take a look after work.
>
> Pete

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

    http://xircles.codehaus.org/manage_email

Reply via email to