发布版中应该包含调试符号。
若要帮助调试系统调用,可安装系统调试符号。
To aid in debugging system calls, you can install system debug symbols.
需要调试符号后只有当这个概要文件日志处理。
The debug symbols are needed later only when the profile log is processed.
你需要调试符号以执行相关的有意义的堆栈跟踪。
You'll need to have the debugging symbols associated with the executable in order to see meaningful stack traces.
符号:在生成期间发布到符号服务器的调试符号。
Symbols: The debugging symbols published to a symbol server during the build.
“模块”窗口中,可以看到哪些模块加载了调试符号。
Modules window, you can see which modules have debugging symbols loaded.
我想概要文件应用程序在一个小环境是不够的地方的调试符号。
I would like to profile my application in a small environment where is not enough place for the debug symbols.
原因2:请确认所期望的DLL已经被载入对应的调试符号文件,您可以在模块窗口中检查。
Cause 2: Please make sure that the expected DLL is loaded with matched debug symbol file. You can check it with Modules window.
这很容易让你确定哪些可执行文件与调试符号建成,并用启用并准备发布优化构建。
This makes it easy for you to determine which executables are built with debugging symbols, and which were built with optimizations enabled and ready for release.
首先,要(使用-Wl选项)通知链接器生成一个映像文件,并(使用- g选项)通知编译器生成调试符号。
First, the linker is instructed (with the -wl option) to generate a map file, and the compiler is instructed to generate debug symbols (-g).
将生成过程中的以下各项解析成文件以便生成清单:生成项、依赖项、附属项、内容、调试符号和文档。
Resolves the following items in the build process to files for manifest generation: built items, dependencies, satellites, content, debug symbols, and documentation.
要请求gcc所有的检测函数,每个文件都必须使用- finstrument -functions和-g选项进行编译,这样可以保留调试符号。
To request that GCC instrument all functions, every file must be compiled with the options -finstrument-functions and -g to retain debugging symbols.
调试信息是作为对象文件的符号表的一部分进行存储的,因此复杂性和范围是有限的。
The debugging information is stored as part of the object file's symbol table and thus is limited in complexity and scope.
这对调试器来说是难以置信地有用-它意味着调用栈完全可靠,即使你没有正被调试的所有模块的符号。
This was unbelievably useful for debuggers - it meant that call stacks were quite reliable, even if you didn't have symbols for all the modules being debugged.
调试信息的传统格式被称为STAB(符号表)。
The traditional format for debugging information is called STAB (symbol table).
由于最新的调试器不支持旧格式的符号文件,如果你要在Mono上使用它,则必须从SVN下载代码并重新编译你的应用程序和类库。
To use the latest debugger with Mono you need to download it from SVN HEAD and recompile both your applications and libraries as the debugger no longer supports the older symbol file format.
attach 4009命令启动对当前正在运行的nweb服务器的调试工作,并且gdb调试工具通过读取有关该进程的所有的符号信息来做出同样方式的响应。
The attach 4009 command starts debugging the currently running nweb server, and the GDB Debugger responds in kind by reading all the symbolic information about the process it can.
gdb将载入可执行程序符号并显示输入提示符,让您可以开始使用调试器。
The GDB will load the executable's symbols and then display an input prompt to allow you to start using the debugger. There are three ways to view a process with GDB.
该符号应在调试版本中定义而不应在发布版本中定义。
This symbol should be defined in the Debug version and not defined in the Release version.
如果代码被优化,则在使用“仅我的代码”调试时,默认情况下不加载符号。
If code is optimized, symbols are not be loaded by default when debugging with Just My code.
解释如何指定调试器设置,如何设置调试和发布配置,以及如何管理符号和源代码。
Explains how to specify debugger Settings, how to set debug and release configurations, and how to manage symbols and source code.
通常,调试器在收到这个调试事件之后加载与这个DLL相关的符号表。
Typically, a debugger loads a symbol table associated with the DLL on receipt of this debugging event.
NET辅助进程,并确保调试器能够访问该应用程序的符号。
NET worker process and make sure that the debugger has access to symbols for the application.
通常,调试器在收到这个调试事件之后卸载与这个DLL相关的符号表。
Typically, a debugger unloads a symbol table associated with the DLL upon receiving this debugging event.
当使用优化创建发布版本时,编译器不会产生符号调试信息。
When you use optimizations to create a release build, the compiler will not produce symbolic debugging information.
产生包含用于调试器的类型信息和符号调试信息的程序数据库 (PDB)。
Produces a program database (PDB) that contains type information and symbolic debugging information for use with the debugger.
介绍在TJ2230机上调试程序的工具—符号排错程序。利用它能使程序调试工作大为简化。
This paper introduces a useful tool-symbol debugging routine provided by TJ2230, This program can simplify the debugging procedure.
NET为动态生成的文件生成符号,并允许将调试器附加到asp。
NET to generate symbols for dynamically generated files and enables the debugger to attach to the ASP.
真正的程序员不用符号化的调试器,因为它竟需要符号。
Real Programmers don't use symbolic DE bug gers, who needs symbols.
真正的程序员不用符号化的调试器,因为它竟需要符号。
Real Programmers don't use symbolic DE bug gers, who needs symbols.
应用推荐