backtrace = bt

breakpoint *0x0000000 or b *0x0000000

step or next to step forward one line of code

stepi or nexti to step one instruction

Enter to step one or maybe repeat last command.

x/10i addr (no *) to examine assembly code at an address

info functions to get all function names

delete 1 - delete breakpoint