On Wednesday, 3 July 2013 11:17:56 UTC+10, Gregory McIntyre wrote: > > pry-debugger works. Putting the shortcut aliases in .pryrc and hopefully > never looking back. Thanks for getting me unstuck today Steve. :)
pry-debugger seems cool, but my muscle memory needs some help. I figured out a few equivalents to things I'm used to using in the debugger gem: where (print current backtrace) # p caller[18,10] (nicer way?) l= # whereami seems good and I could probably alias it so it isn't so freaking long to type display @var # no idea how to achieve this kind of thing or whether it's possible Anyone who wants to do a roro demo / presentation on their personal pry-debugger practice would receive up to 20 Kudos Points from me. -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rails-oceania. For more options, visit https://groups.google.com/groups/opt_out.
