Feature Requests: Browse | Submit New | Admin

[#27728] command to 'step into' some arbitrary eval

Date:
2010-01-25 15:19
Priority:
3
Submitted By:
Roger Pack (rogerdpack)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
command to 'step into' some arbitrary eval

Detailed description
Currently if I'm step through debugging



   162      def set_last_value(value)
=> 163        @last_value = value
   164        some_mystery_method (value)
   165      end
(rdb:1)


and I want to run some_mystery_method, it would be quite convenient if I could do something like

(rdb:1) step_into some_mystery_method(3)

(which breaks out to the rdebug console with the next thing it hits).

Unless this is already possible...
Thanks!
-r


Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item