-
run
orr
: Launch a process -
step
ors
: Do a source level single step in the currently selected thread. -
next
orn
: Do a source level single step over in the currently selected thread. -
si
:Do an instruction level single step in the currently selected thread -
ni
Do an instruction level single step over in the currently selected thread. -
finish
: Step out of the currently selected frame. -
continue
orc
: 继续运行 -
thread until 12
: Run until we hit line 12 or control leaves the current function.
网友评论