How to traverse through Source code only using debugger - Rails 3.2.13
In my Rails app, using Ruby 2.0.0-p0 and Rails 3.2.13, I also use the gem
debugger for debugging purpose. If I have to debug an area in my source
code, for e.g. a controller method, I will put debugger inbetween and when
I execute the action, it will go to the source code and then travserse
through the framework code a lot and that really mess-up the normal
debugging. I can see many commands through help, but don't know how to
handle with that.
I just want to traverse through the source code only..
Please help me to have a solution. Thanks :)-
No comments:
Post a Comment