ucbug軟件站:安全、綠色、放心的專業(yè)下載站!首頁|最近更新|專題集合|標簽云|站內(nèi)導(dǎo)航|加入收藏

怎么在win7系統(tǒng)上安裝使用Windbg調(diào)試器

時間:2019-12-25 10:44:21人氣:0

Windbg是一款適用于Windows系統(tǒng)的調(diào)試器,它可以對微軟產(chǎn)品進行測試,可以檢測分析電腦藍屏原因。本文就以Windows7系統(tǒng)為例,簡單介紹使用Windbg測試電腦進程的方法,大家可以參考。

WinDbg是一款適用于Windows系統(tǒng)的調(diào)試器,它可以對微軟產(chǎn)品進行測試,可以檢測分析電腦藍屏原因。本文就以Windows7系統(tǒng)為例,簡單介紹使用Windbg測試電腦進程的方法,大家可以參考。

怎么在win7系統(tǒng)上安裝使用Windbg調(diào)試器

微軟官網(wǎng)提供的WinDbg是Windows10版本,不能在Win7系統(tǒng)中進行使用,從本站下載安裝Windbg,如果你對Windows SDK的其他內(nèi)容不感興趣,可只勾選Windbg,

怎么在win7系統(tǒng)上安裝使用Windbg調(diào)試器

安裝完成,啟動軟件,

怎么在win7系統(tǒng)上安裝使用Windbg調(diào)試器

如圖,在上方菜單欄中點擊【File】——【Attach to a Proces】,或者直接按F6鍵,

怎么在win7系統(tǒng)上安裝使用Windbg調(diào)試器

出現(xiàn)彈窗,即可看到本機所有的進程信息,如圖,

怎么在win7系統(tǒng)上安裝使用Windbg調(diào)試器

選擇其中一個進程,小編選擇的是chrome瀏覽器,進行如下設(shè)置,點擊OK,

怎么在win7系統(tǒng)上安裝使用Windbg調(diào)試器

出現(xiàn)提示框,點擊Yes,

怎么在win7系統(tǒng)上安裝使用Windbg調(diào)試器

然后出現(xiàn)中斷,chrome瀏覽器不能使用,在輸入框里輸入G,然后回車,

怎么在win7系統(tǒng)上安裝使用Windbg調(diào)試器

開始調(diào)試輸出,如圖,

怎么在win7系統(tǒng)上安裝使用Windbg調(diào)試器

切換將chrome瀏覽器關(guān)閉,然后退出Windbg調(diào)試,你只需要保存數(shù)據(jù)即可。

怎么在win7系統(tǒng)上安裝使用Windbg調(diào)試器

標簽Windbg