Once I use breakpointer to get into an irb session, is there a way to single step? Also, is there a command to resume running? Thanks, Don -- Posted via http://www.ruby-forum.com/.
exit resumes running. AFAIK there is no equivalent for step. On 1/5/06, don mc <don.mcclean@gmail.com> wrote:> Once I use breakpointer to get into an irb > session, is there a way to single step? > > Also, is there a command to resume running? > > Thanks, > Don > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
On 1/5/06, don mc <don.mcclean@gmail.com> wrote:> Once I use breakpointer to get into an irb > session, is there a way to single step? > > Also, is there a command to resume running? > > Thanks, > DonCopy that line of code and paste it in yourself :) Also, if you happen to breakpoint and get stuck in a large or infinite loop, type exit! to quit the app cold in its tracks. -- rick http://techno-weenie.net