This cheatsheet includes most of the byebug commands organized by related commands (e.g. breakpoint related commands are together).
To see official help...
| Command | Aliases | Example | Comments | 
|---|---|---|---|
| help | h | h | list top level of all commands | 
| help cmd | h cmd-alias | h n | list the details of a command (example shows requesting details for the nextcommand) (this works for all commands) |