break
might not work because of anti-debug, set a hardware breakpoint with hbreak
(but only once program running)starti
sets breakpoint on first instruction and runsbt
prints backtrace of all stack framesframe [n]
can switch you around frameswatch
sets a watch point on something and breaks if the value changesnext
skips function calls