The post Windbg工具使用教程 appeared first on MEmu Blog.
]]>以上這些情況都需要使用Windbg工具抓取錯誤日誌。
Windbg工具是用於分析Windows程式崩潰的得力助手。
下載連結:
透過cmd命令激活工具(需使用管理員權限啟動cmd命令)
打開菜單欄輸入cmd,右擊程式選擇以管理員權限運行。
如是Win7系統:
請打開C:\Windows\System32路徑,在搜索框內搜索cmd,右擊選擇。
成功打開後,輸入(引號不要遺漏):
64位元:”C:\Program Files\Debugging Tools for Windows (x64)\windbg.exe” -I
32位元:”C:\Program Files (x86)\Debugging Tools for Windows (x86)\windbg.exe” -I
圖示為32位元命令,將命令複製進去後按下回車。
安裝成功後,會提示:Windbg was successfully installed as the default postmorterm debugger!
當模擬器再次發生程式閃退時,windbg工具會自動彈出分析視窗,需在彈出視窗的輸入框內輸入:!analyze –v
將輸入該命令之後所有輸出日誌回報給小編。
The post Windbg工具使用教程 appeared first on MEmu Blog.
]]>