Skip to content

Instantly share code, notes, and snippets.

@fetchak
Created March 5, 2015 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fetchak/a8e963aab48779441c82 to your computer and use it in GitHub Desktop.
Save fetchak/a8e963aab48779441c82 to your computer and use it in GitHub Desktop.
'continue' in byebug vs byebug-pry
(byebug) help continue
c[ont[inue]][ <n>]
Run until program ends, hits a breakpoint or reaches line <n>.
(byebug)
[1] pry(#<DashboardController>)> help continue
Usage: continue
-h, --help Show this message.
[2] pry(#<DashboardController>)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment