Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUBY

ruby on rails binding.pry

binding.pry

# down           Move current frame down.
# up             Move current frame up.
# finish         Execute until current stack frame returns.
# frame          Move to specified frame #.
# step           Step execution into the next line or method.
# next           Execute the next line within the current stack frame.
# next [LINES]   Execute the next [LINES] lines.    
# continue       Continue program execution and end the pry session.
 
PREVIOUS NEXT
Tagged: #ruby #rails
ADD COMMENT
Topic
Name
7+9 =