WinDbg常用命令系列---sx, sxd, sxe, sxi, sxn, sxr, sx- (设置异常),简介sx*命令控制调试器在正在调试的应用程序中发生异常或发生某些事件时采取的操作。使用形式sxsx{e|d|i|n}[-c"Cmd1"][-c2"Cmd2"][-h]{Exception|Event|*}sx-[-c"Cmd1"][-c2"Cmd2"]{Exception|Event|*}s
简介 sx*命令控制调试器在正在调试的应用程序中发生异常或发生某些事件时采取的操作。 使用形式 sx sx{e|d|i|n} [-c"Cmd1"] [-c2"Cmd2"] [-h] {Exception|Event|*} sx-[-c"Cmd1"] [-c2"Cmd2"] {Exception|Event|*} sxr 参数 -c "Cmd1" 指定在发生异常或事件时执行的命令。当处理此异常的...
sx命令控制调试器在正在调试的应用程序中发生异常或发生某些事件时执行的操作。 dbgcmd复制 sx sx{e|d|i|n} [-c "Cmd1"] [-c2 "Cmd2"] [-h] {Exception|Event|*} sx- [-c "Cmd1"] [-c2 "Cmd2"] {Exception|Event|*} sxr 参数
See also Using breakpoints - debugging techniques Conditional breakpoints in WinDbg Executing until a specified state is reached Feedback Was this page helpful? YesNo Provide product feedback| Get help at Microsoft Q&A
sx命令會控制偵錯工具在偵錯的應用程式發生例外狀況時,或發生特定事件時所採取的動作。 dbgcmd複製 sx sx{e|d|i|n} [-c "Cmd1"] [-c2 "Cmd2"] [-h] {Exception|Event|*} sx- [-c "Cmd1"] [-c2 "Cmd2"] {Exception|Event|*} sxr ...
使用WinDbg 使用調試程式命令 使用調試程式命令 評估運算式 使用Shell命令 使用別名 使用腳本檔案 使用調試程式延伸模組 調試程式命令 調試程式命令 語法與規則 命令令牌 命令 命令 ENTER (重複上一個命令) $<、$><、$$<、$$><、$$ >< (執行腳本檔案) ? (命令說明)...
使用WinDbg 使用調試程式命令 使用調試程式命令 評估運算式 使用Shell命令 使用別名 使用腳本檔案 使用調試程式延伸模組 調試程式命令 調試程式命令 語法與規則 命令令牌 命令 命令 ENTER (重複上一個命令) $<、$><、$$<、$$><、$$ >< (執行腳本檔案) ? (命令說明) ...
Using WinDbg Using Debugger Commands Using Debugger Commands Evaluating Expressions Using Shell Commands Using Aliases Using Script Files Using Debugger Extensions Debugger Commands Debugger Commands Syntax Rules Command Tokens Commands Commands ENTER (Repeat Last Command) ...
sx命令控制调试器在正在调试的应用程序中发生异常或发生某些事件时执行的操作。 dbgcmd复制 sx sx{e|d|i|n} [-c "Cmd1"] [-c2 "Cmd2"] [-h] {Exception|Event|*} sx- [-c "Cmd1"] [-c2 "Cmd2"] {Exception|Event|*} sxr 参数
デバッグ中のアプリケーションで例外が発生したときにデバッガーが実行するアクションを制御する sx* コマンドについて説明します。