WinDbg 기본 명령어
Basic Commands The help file that comes with the WinDbg installation documents commands well, but the following basic commands should get you started: Feature Command What Does it Do Example / Comments See Also Related Commands Stack trace K, KB x Displays stack trace of current thread (x frames). Kb […]