分类: WINDOWS
2009-09-01 11:05:38
在VS2003 中调试进程:
(1) 创建新的空的工程。在Solution Exporer中Add Existing Item, 将代码添加进来。
(2) 设置断点
(3) Attach 进程
Tools->Debug Processes
Select the process which you want to debug and click “Attach…” button.
Common Language Runtime :调试 .Net Framework
我们只是调试一般的C++ Code, 所以选择 Native.
点击OK, 就可以调试了。