How to debug a release build? | C++ and VC++ Tips

How to debug a release build? | C++ and VC++ Tips

瀏覽:965
日期:2025-06-25
To enable debugging of a release build, change the following release build options. Open solution's Property Pages dialog. In the C/C++ -> Optimization, select Disabled (/Od). In the C/C++ -> General -> Debug Information Format, select Program Database (/...看更多