在最初测试时,使用调试器可能有帮助。
You might find it helpful to optionally use the debugger for your initial test.
使用调试器将使找出所有这些信息变得很简单。
Using a debugger makes finding all of this information simple.
要使用调试版本的jit库,请遵循以下步骤。
To use the debug version of the JIT library, follow these steps.
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.
如果需要,也可以使用调试器执行udpdmi代码。
You can use the debugger to step through the UDPDMI code if desired.
另外,可以在代码中创建断点,以便使用调试器。
In addition, breakpoints can be created in the code to allow a debugger to be used.
但是,在诊断与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.
不过,是的非常非常小心使用调试生成类型为起点时的。
However, be very very careful when using the debug build type as a starting point.
这可以通过操作代码、使用调试器,或操作执行环境来完成。
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.
通过使用白箱测试,常常很容易找到出错的地方,不必使用调试器。
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?
同样,在连接选项卡上,通过使用调试分类,您可以更改链接器的调试选项。
Similarly, on the link TAB, by using the debug Category, you can change the debugging options for the linker.
它们可以与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.
这样就可以获得一个基本中介处理程序类,接下来我们可以开始使用调试传入Web服务消息的函数对其进行填充。
This will give you a basic mediation handler class that we can now begin to populate with function to debug incoming web services messages.
你还能让线程列表根据所标记的“flag”进行排序,来确保被标记的线程排在前面,你也可以使用调试工具条的下拉列表对线程加以过滤。
You can sort the thread list by "flagged" to make sure your threads are the ones at the top, and you can also filter the threads drop down in the debug location toolbar.
应用推荐