.allow_exec_cmds (Allow Execution Commands)
The .allow_exec_cmds command controls whether execution commands can be used.
.allow_exec_cmds 0
.allow_exec_cmds 1
.allow_exec_cmds
0
Prevents execution commands from being used.
1
Allows execution commands to be used.
Modes |
user mode and kernel mode |
Targets |
live debugging only |
Platforms |
all |
For a complete list of execution commands, see Controlling the Target.
With no parameters, .allow_exec_cmds will display whether execution commands are currently permitted.
Execution commands include g (Go), t (Trace), p (Step), and any other command or WinDbg graphical interface action that would cause the target to execute.