rdebug 'next' command behaves like the 'step' command
-----------------------------------------------------

                 Key: JRUBY-4270
                 URL: http://jira.codehaus.org/browse/JRUBY-4270
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.4
         Environment: Ubuntu 9.10
            Reporter: Jeremy Stephens
            Assignee: Thomas E Enebo
            Priority: Minor
             Fix For: JRuby 1.5
         Attachments: test.rb

The 'next' command in ruby-debug in JRuby behaves like the 'step' command.  
That is, it steps into the next statement rather than skipping over it.

Attached is a test file used with rdebug (jruby -S rdebug test.rb).

The problem goes away when the --debug flag is passed to JRuby.  Should rdebug 
automatically include the --debug option?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

    http://xircles.codehaus.org/manage_email


Reply via email to