잠토의 잠망경

[Code Project] Quick start to use WinDbg for a newbie 본문

공부/Cpp

[Code Project] Quick start to use WinDbg for a newbie

잠수함토끼 2008. 7. 13. 16:36

Introduction

WinDbg is quite a powerful debugger and it’s really easy to use it. It provides you with both UI and command prompt interfaces. Installation package is light and can be quickly installed on a target machine.

I noticed that for first timers it is confusing to use WinDbg. One needs to point to right location of source files, pdb file and executable before he/she can debug using WinDbg. It’s not very intuitive for newbie with little debugging experience outside of Visual Studio. In this short demo I would like in pictures, pedantically show step by step how to set WinDbg up for your debugging purposes.

출처: http://www.codeproject.com/KB/debug/windbg_quick_start.aspx

Comments