Introduction
This plugin is a modified version from Qdb
Features
- commandline-based user interface
-
step-by-step execution
-
use command
step
ors
to execute one instruction at a time
-
breakpoints
-
use command
breakpoint
orb
to setup a breakpoint, and continue execution withcontinue
orc
-
dynamic memory examination
-
use command
examine
orx
to read data from memory
-
record and replay
-
use command
backward
orp
to step backward from current location - Note:
-
- the address you want to step backward on it must be step-over before
-
- make sure run qdb with option
rr=True
- make sure run qdb with option
-