使用调试器将使找出所有这些信息变得很简单。
Using a debugger makes finding all of this information simple.
DWARF 适用于使用调试信息的新应用程序。
New applications using debug information are better served by DWARF.
使用调试API动态注入代码。
使用调试编译器。
在准备使用调试器时再取消这些行的注释。
You'll uncomment those lines when you're ready to use the debugger.
另外,可以在代码中创建断点,以便使用调试器。
In addition, breakpoints can be created in the code to allow a debugger to be used.
对这些侦听器列表后,我一般在运行时使用调试器验证我的假设。
I make a list of these and then, typically using the debugger at run time, I validate these assumptions.
但是,在诊断与SSH相关的问题时,应该首先使用调试方法。
Using the debug method, however, should be first when diagnosing SSH related issues.
我们前面已经讨论过XSL,你当然知道如何使用调试器。
The XSL we've discussed previously, and you of course know how to use a debugger.
这可以通过操作代码、使用调试器,或操作执行环境来完成。
This is done either by instrumenting the code, using a debugger, or instrumenting the execution environment.
结合研究代码和使用调试工具这两种方法是识别和修正问题的最佳方案。
The dual approach of studying the code and using debugging tools is the best way to identify and fix problems.
您将发现,一开始使用调试器进行测试会有所帮助,虽然不是必须这样做。
You may find it helpful to use the debugger for your initial test, although this is optional.
通过使用白箱测试,常常很容易找到出错的地方,不必使用调试器。
By using white box tests, it's often easier to see what's going wrong without having to use a debugger.
如果调试引擎不能使用调试信息来找到程序的源代码,那么您可以编辑查找路径。
If the debug engine is unable to find the source for the program using the debug information, you can edit the source lookup path.
有关更多信息,请参见检查内存覆盖和使用调试版本来检查内存覆盖。
For more information, see Check for Memory Overwrite and Use the Debug Build To Check for Memory Overwrite.
讨论了将操作系统移植到新的主机板上时,该如何使用调试工具的问题。
This paper deals with the issues of how to use debug tools on the transplantation OS to new platform?
你也可以采用传统方式对代码进行测试,例如使用调试器或者执行功能测试。
You can also test the code in traditional ways, using debugger or performing functional tests.
使用调试器,可以设置断点并查看PHP代码到所设断点之前的浏览器输出。
Using the debugger, you can set breakpoints and see the browser output from your PHP code up to the breakpoint you set.
理想情况下,当您使用调试程序进行单步调试时您希望看到GUI运作的方式。
Ideally, you want to see how the GUI behaves while you step through it with a debugger.
同样,在连接选项卡上,通过使用调试分类,您可以更改链接器的调试选项。
Similarly, on the link TAB, by using the debug Category, you can change the debugging options for the linker.
使用调试器进行内存分析类似于任何一种情况,但是使用了不同的方法访问内存。
Memory analysis using a debugger is similar in either case, but the memory is accessed in different ways.
它们可以与VisualStudio11中所有支持使用调试窗口的语言协同工作。
They work with any language in Visual Studio 11 that supports the use of the debugging window.
请不要使用调试API来调试潜在的恶意进程,主要有以下两方面的原因。
Do not use the debugging API to debug a potentially hostile process for two major reasons.
如果不必或不想为容器应用程序使用调试信息,那么开始调试服务器应用程序可分三步进行。
If you do not have or do not want to use debugging information for your container application, starting to debug the server application is a three-step process.
注意,未签名的或者使用调试私有密钥签名的应用程序不能够通过Android Market发布。
Note that unsigned applications or applications signed using a debug private key cannot be distributed through the Android Market.
当使用调试版本的jit库时,您的程序会更可能在打印问题方法的Compiling消息之后失败。
When you use the debug version of the JIT library, your program is more likely to fail right after the Compiling message for the problem method has been printed.
调试一个问题涉及到:使用调试器(或任何其它工具)找到问题的根源以及使用源代码来跟踪导致问题的根源。
Debugging a problem involves locating the source of the problem using a debugger (or any other tool) and using the source code to track the root cause of the problem.
如果使用调试选项编译,名称表仍然可能附加到最终程序,因此您可以在调试程序时使用这些名称。
If you compile with debug options, tables of names may still be attached to the final program, though, so you can use those names when debugging your program.
如果你可以选择,你可能希望在交付准备服务器上使用调试构建版本,在生产环境上使用发布构建版本。
When you have that option you may be tempted to use a debug build on staging and a release build in production.
使用调试方法确认了我们的猜测,一些线程用于促进HTTP请求,并且各线程都要求LotusNotes初始化。
Using the debugging perspective confirmed our suspicion that several threads were used to facilitate HTTP requests with each thread requiring Lotus Notes initialization.
应用推荐