windbg调试入门

使用windbg入门步骤:

1、在DEBUG模式下,编译生产.pdb和.exe文件。

2、在File | Symbol File Path设置.pdb文件路径。(CTRL+S)

3、在File | Image File Path设置可执行程序路径。(CTRL+P)

3、在File | Source File Path设置源代码路径。

4、在File | Open Executable,开启一个用户模式进程。

posted @ 2012-10-31 13:55  lichongbin  阅读(256)  评论(0编辑  收藏  举报