Feature Requests: Browse | Submit New | Admin
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: