Y
Hacker News
new
|
ask
|
show
|
jobs
by
ativzzz
946 days ago
Can you do things like `next`, `step`, `up` or `caller` to go up/down the callstack like you can with pry?
1 comments
nithinbekal
946 days ago
Yes, you can with irb:debug, which you can enter by typing debug one you're inside a binding.irb session.
link