Debugging Tools for Windows |
.prompt_allow 命令控制在单步和跟踪时显示哪些信息,以及目标的执行何时停止。
.prompt_allow
也可以使用
模式 | 用户模式、内核模式 |
目标 | 活动目标、崩溃转储 |
平台 | 所有 |
不带参数使用.prompt_allow 命令可以查看显示和不显示的项。每次运行 .prompt_allow,调试器仅改变指定项的状态。
默认情况下,所有项都会显示出来。
如果使用了
可以使用像下面例子一样的复杂命令。
Allow the following information to be displayed at the prompt:
(Other settings can affect whether the information is actually displayed)
sym - Symbol for current instruction
ea - Effective address for current instruction
src - Source info for current instruction
Do not allow the following information to be displayed at the prompt:
dis - Disassembly of current instruction
reg - Register state
关于作用于执行的命令的更多信息,查看控制调试目标。