Visual Studio 2008 - 开始调试? [英] Visual Studio 2008 - Start debugging?

查看:35
本文介绍了Visual Studio 2008 - 开始调试?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用 VB 2008

当我按 F5 或开始调试时,即使自上次以来我没有进行任何更改,它也会重建.告诉它仅在发生更改时进行重建的设置在哪里?

When I press the F5 or Start Debugging it does a rebuild even when I have made no changes since the last time. Where is the setting to tell it to only do a rebuild if there are changes?

推荐答案

F5 应该构建而不是重建,您确定是重建吗?即使您不进行任何更改,伪"构建仍会执行,并且应该比正常构建或重建快得多.

F5 should a build and not rebuild, are you sure it's a rebuild? Even you do not make any changes, a 'pseudo' build is still executed, and should be significant faster than a normal build or rebuild.


我对伪"构建的定义是检查是否需要构建和/或确保存在调试所需的所有文件(例如 pdb 文件)


My definition of a 'pseudo' build is to check for need to build and/or making sure all files required for debugging are present (e.g. pdb files)

这篇关于Visual Studio 2008 - 开始调试?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆