记录一个使用vs2008碰到的问题: 今天在用vs2008的时候,想封装一个lib库,建了一个c++的lib工程,后来为了测试函数功能,想偷懒就直接在工程中加了个main函数,并且把工程属性properties->General->Configuration Type 从lib改成了exe类型.但是调试的时候,提示找不到调试信息,弹出如下提示框: Error Msg: Debugging information for "libtest.exe" cannot be fou…
How to: Debug a Release Build You can debug a release build of an application. To debug a release build Open the Property Pages dialog box for the project. For details, see Working with Project Properties. Click the C/C++ node. Set Debug Information…