VS以最快的方式编译 [英] VS compile in the fastest way

查看:104
本文介绍了VS以最快的方式编译的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要知道在Visual Studio中使用调试进行编译的最快方法。我还需要知道如何使用Debug(F9),返回,更正变量并继续。

我浪费了大量时间先在Debug模式下编译然后在Release中编译,因为如果我这样做的话不,它告诉我源代码不匹配。



我尝试过:



你有没有试过。你有没有试过。你有没有尝试过。你有没有尝试过。

I need to know the fastest way to compile with debug in Visual Studio. I also need to know how to go with Debug (F9), go back, correct a variable and continue.
I waste a lot of time compiling first in Debug mode and then in Release because if I do not, it tells me that the source code does not match.

What I have tried:

All have you tried. All have you tried.All have you tried. All have you tried.

推荐答案

这是因为它使用的DLL与你可用的DLL的源代码不同。 />


检查DLL文件的修改日期,根据源代码及其调试版本(假设您使用的是调试DLL - 我看不到您的屏幕,所以我可以不准确)。
That'll be because the DLL that it's using isn't the same as ateh source code for that DLL you have available.

Check the modification date of the DLL file, against the source code and it's debug version (assuming you are using the debug DLL - I can't see your screen so I can't be accurate).


如果我只用debug编译,当我用F9停止并输入一个dll函数时,我收到一条错误信息,表明代码不匹配。另外,我想知道的是在哪里按。现在我单击解决方案资源管理器,右键单击调试上的编译,然后单击发布。我需要节省时间。我也想回到正确的行。
If I compile only with debug, when I stop with F9 and enter a function of a dll, I get an error message indicating that the code does not match. Also, what I want to know is where to press. Now I click on "Solution Explorer", right click "Compile" on "Debug" and then on "Release". I need to save time. I also want to go lines back and correct.


我总是在修改main和dll。我不想要的是每次在调试和发布模式下编译。



有一次我读到你可以停止执行,返回,修改并继续而不编译。这是真的吗?
I'm always modifying main and dlls. What I do not want is to compile every time in debug and release mode.

On one occasion I read that you can stop the execution, go back, modify and continue without compiling. It is true?


这篇关于VS以最快的方式编译的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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