When you run a debug build, those modules are considered to be user code.
运行调试版本时,将这些模块视为用户代码。
A solution and its individual projects are typically built and tested in a Debug build.
方案及其个别专案通常会在侦错组建中建置和测试。
Developers will compile a Debug build repeatedly, at each step in their development process.
开发人员会重复地在开发流程的每一步骤中编译侦错版。
Doesn't seem to matter whether it's a release or debug build, as long as it's in that folder.
似乎并不无论它是一个释放或调试版本,只要它是一个文件夹中。
Run the nmake to install the debug build (enter nmake /f Makefile.win installd INSTDIR="C:\www\apache").
运行nmake 命令安装调试版本(输入 nmake /fMakefile.wininstalldINSTDIR="C:\www\apache")。
In a standard debug build, optimization is turned off and debug symbols are created for all modules.
在标准侦错组建中,会关闭最佳化并且建立所有模组的侦错符号。
This error was causing the release build of the application to crash, whereas the debug build worked fine.
这一错误将会导致应用构造的崩溃,而调试构造却很正常。
When you have that option you may be tempted to use a debug build on staging and a release build in production.
如果你可以选择,你可能希望在交付准备服务器上使用调试构建版本,在生产环境上使用发布构建版本。
For more information, see Check for Memory Overwrite and Use the Debug Build To Check for Memory Overwrite.
有关更多信息,请参见检查内存覆盖和使用调试版本来检查内存覆盖。
This section presents information on why and when you would want to change from a debug build to a release build.
本节介绍有关为什么以及何时需要将调试版本更改为发布版本的信息。
You may receive compiler warnings during an optimized (release) build that you did not receive during a debug build.
在最佳化(发行)版期间,您可能会收到在侦错版期间未曾收到的编译器警告。
If your code generates compile errors after switching from debug build to release build, there are some areas you should check.
如果从调试版本切换到发布版本后代码生成编译错误,有几个方面应该检查。
The following procedures describe how to enable native run-time checks in a debug build, and how to modify native run-time check behavior.
下面的过程介绍了如何在调试版本中启用本机运行时检查,以及如何修改本机运行时检查的行为。
In order to prepare your PHP installation for debugging, you can use the newly provided — enable-malloc-mm, which is enabled by default in a debug build.
为了准备好对php安装进行调试,可以使用新提供的——enable - malloc - mm,它在DEBUG构建中默认被启用。
There are other differences, but following are the primary differences that would cause an application to fail in a release build when it works in a debug build.
还有其他差异,但以下是导致应用程序在调试版本中可以运行但在发布版本中失败的主要差异。
There is a greater chance that stack variables will still be zero in a debug build compared to a release build because of compiler optimizations of stack variables in a release build.
因为在发布版本中编译器对堆栈变量进行优化,所以与发布版本相比,堆栈变量在调试版本中仍然为零的可能性更大。
Because heap layout is different between release and debug versions, a memory overwrite might not create any problems in a debug build, but may have catastrophic effects in a release build.
由于堆布局在发布版本和调试版本间不同,因此内存覆盖在调试版本中可能不会引起任何问题,但在发布版本中可能导致灾难性的后果。
One of the key features of an IDE is the ability to run and debug the applications you build from within the same environment.
IDE的关键特性之一是能够在构建应用程序的环境中对应用程序进行运行和调试。
MVC is a fundamental design pattern that separates concerns and makes systems easier to build, manage, debug, and maintain.
MVC是一种基本的设计模式,它把问题分解开来,使得系统更容易构建、管理、调试和维护。
The device Debugging project will build enhanced debug models, APIs, and views to provide greater visibility into and control over device software targets.
DeviceDebugging项目将构建增强调试模型、API和视图来提供针对设备软件目标的更强大可视性及控制。
The application server Toolkit comes with the application server and delivers all of the tooling required to build, deploy, and debug J2EE and messaging solutions.
ApplicationServerToolkit与应用程序服务器一起并且为构建、配置、以及调试J2EE和消息传递解决方案提供了所需的工具。
When working with Android applications, you can build applications in debug and release-mode.
构建Android应用程序时可以采用调试模式和发布模式。
The set of build and debug tool chain integrations grows with a cleaner MinGW integration, a GDB hardware debugging integration, and a new integration for IBM's xlC compiler.
构建和调试工具链整合集将随着更干净的MinGW整合、GDB硬件调试整合和针对IBM的xlC 编译器的新整合而壮大。
The Data Studio tool can be used to easily create, build, debug and deploy DB2 stored procedures and user-defined functions.
可以使用DataStudio工具轻松地创建、构建、调试和部署DB 2存储过程和用户定义函数。
You can use this tool to familiarize yourself with the Perl-compatible regular expression (PCRE) library and to debug or test regexps that you build with it.
可以使用此工具来熟悉兼容perl的正则表达式(Perl - compatibleregular expression,pcre)库和调试或测试使用其构建的regexp。
To debug your application in Safari, we recommend using a WebKit build. The build includes.
为了在Safari中调试应用程序,建议使用一个WebKit构建。
For building a purify'd application, it is advisable (although not required) to build the application with debug information (debug bits), and then purify it.
比如构建一个Purify的应用软件,利用调试信息(释放字节)来构建应用软件是合理的(尽管不是必要的),然后对它进行净化。
By retaining a copy of the mapping.txt file for each release build, you ensure that you can debug a problem if a user encounters a bug and submits an obfuscated stack trace.
通过保存发布构建版本的mapping .txt文件拷贝,确保当用户碰到bug,并把混淆后的堆栈调试跟踪信息提交给你时,你可以进行调试从而修复问题。
At worst, the EAR file will build and install successfully, but you will get some obscure runtime error that will take you days to debug.
在最坏的情况下,将成功地构建和安装EAR文件,但是您将碰到某个模糊的运行时(runtime)错误,这将使您花费数天的时间来调试。
Future articles will explore more deeply the porting process of Build, Debug, and Tune.
以后的文章将更深入地讨论移植过程中的构建、调试和调优步骤。
应用推荐