windbg 之 如何設置模塊加載時斷下

這裏先介紹兩個指令:app

sx指令:this

The sx* commands control the action that the debugger takes when an exception occurs in the application that is being debugged, or when certain events occur.debug

sx* 命令用來控制被調試的程序發生某個異常或特定事件時,調試器要採起的動做調試

sx 命令顯示當前進程的異常列表和全部非異常的事件列表,而且顯示調試器遇到每一個異常和事件時的行爲。orm

sxe進程

When this exception occurs, the target immediately breaks into the debugger before any other error handlers are activated. This kind of handling is called first chance handling.事件

當發生該異常時,在任何錯誤處理器被激活以前目標當即中斷到調試器中。這種處理類型稱爲第一次處理機會ci

ld指令:get

The ld command loads symbols for the specified module and updates all module information.io

相關文章
相關標籤/搜索