Debugger
Below is an overview of all actions that can be accessed from this menu.
Breakpoints
Open breakpoints window. In this window, you can view information related to existing breakpoints. Breakpoints are saved in the database, and restored as soon as possible (once the memory becomes writeable).
AddWatch
Add a variable to watch. This command adds a watch at the current address. The watch is visible in the Watch list window (accessible via the WatchList action).
TracingWindow
Open tracing window. In this window, you can view some information related to all traced events. The tracing events are the information saved during the execution of a program. Different type of trace events are available:
ClearTrace
This command removes all trace events from the Tracing window. It also removes any loaded trace file used for diffing against the currently loaded trace.
SetupTracing
This command opens a dialog box that allows you to specify different settings related to the tracing features.
SetupProcess
Open the Process options dialog. It allows to specify different settings related to the process being debugged.
ProcessGoBackwards
Continue execution backwards in a trace (with supported debuggers)
ThreadStepOverBackwards
Execute instructions backwards without entering into functions.
ThreadRunToCursorBackwards
Execute instructions backwards until instruction under the cursor is reached
Last updated
Was this helpful?
