VS2008 C++项目 Release模式下的调试设置

本文档详细介绍了如何在Visual Studio 2008中进行项目的调试配置,包括设置调试信息格式、禁用优化选项及生成调试信息等关键步骤。此外,还提供了根据构建错误调整其他设置的方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1 Mainly Settings

Solution Explorer

Select project,then click right button and select properties:

 

Configuration Properties

--->C++

------>General

--------->Debug Information Format->Program DataBase for Eidt & Continue(/ZI)

 

Configuration Properties

--->C++

------>Optimization

--------->Optimization--->Disable(/Od)

--------->Whole Program Optimization--->No

 

Configuration Properties

--->Linker

------>Debugging

--------->Generate Debug Info--->Yes (/DEBUG)

 

2 Other Settings

When build, some errors may be shown according to your VS2008 project settings, so you can set other settings by yourself according the building errors.

 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值