“脚本调试程序”菜单开始调试。
通常在部署平台上调试程序是不可行或不切实践的。
Often, it's not possible or practical to debug software on the deployment platform.
“继续”以继续调试程序。
使用run命令执行程序并从头开始调试程序。
Use the run command to execute the program and to start debugging the program at the beginning.
它们事实上很可能是在调试程序时使用的。
They were, in fact, probably used while debugging the software.
调试程序。
在调试程序时,大约有90%的时间都要花在寻找问题上。
When debugging, perhaps 90 percent of your time is spent just finding the problem.
执行下一个脚本命令之前跳转到脚本调试程序。
Jumps to script debugger before next script statement is executed.
本章列出的只是你在编译和调试程序时需要了解的几个问题。
These are just a few topics I cover in this chapter that you need to know when it comes to compiling and debugging your programs.
开发人员在消息流的开发和测试期间大量使用了交互调试程序。
The developer made extensive use of the interactive debugger during the development and testing of the message flow.
调试程序启动后,它将提示您切换到Debugger透视图。
Once the debugger starts, it will prompt you to switch to the debugger perspective.
该调试设置允许您将额外参数传送给服务器中的JVM调试程序。
This debug setting lets you pass extra parameters to the JVM debugger on the server.
因此,程序员在编写或调试程序之前首先应该知道的是程序需求。
So the first thing a programmer should know before writing or debugging a program is the program's requirements.
传统的调试程序在执行特定用例时不能帮助您了解GUI的状态。
Traditional debuggers cannot help you learn the state of a GUI while it's executing a particular use case.
这样可以强迫JVM停止,等到附加了调试程序后再继续进行其操作。
This forces the JVM to stop and wait for a debugger to be attached before proceeding.
我们会谈谈当程序中,存在随机选择的时候怎么去调试程序。
About how to debug programs where random choices are being made.
调试程序将源代码更改放入“现场”的生产过程,然后检查它是否正确。
The debugger places the source code change into "live" production and checks it for correctness.
这对于开发ria应用程序很有好处,因为能够方便地调试程序。
This is a great advantage for developing RIA applications, because being able to easily debug your programs is a huge benefit.
当您试图调试内存漏洞时,内存调试程序(请参阅参考资源)可能派得上用场。
Memory debugging programs (see Resources) can come in handy when you're trying to detect memory leaks.
这处名词一般用来区别调试程序运行的计算机和被开发的嵌入式系统。
This term is usually used to distinguish the computer on which the debugger is running from the embedded system that is being developed.
注意,在配置中,我们将设定调试程序在main方法启动时自动断开。
Notice that in the configuration we set things to break automatically at the startup of our main method.
理想情况下,当您使用调试程序进行单步调试时您希望看到GUI运作的方式。
Ideally, you want to see how the GUI behaves while you step through it with a debugger.
TASK _ TRACED:正被调试程序等其他进程监控时,进程将进入这种状态。
TASK_TRACED: a process arrives at this state while it is being monitored by other processes such as debuggers.
合理安排系统安装与调试程序,是确保高效优质地完成安装与调试任务的关键。
How we arrange system installation and debugging program is the key that complete the installation and the debug tasks efficiently and high-qualitily.
在五月中旬的时候,我单独来了一趟中国,参与了过山车的部分调试程序工作。
I made a solo journey to Shanghai during the middle of May to be a part of some of the commissioning procedures for the ride.
DD 0.9还为平台内存视图提供了内存呈现,模仿了嵌入式调试程序中的传统内存视图。
Dd 0.9 also provides a memory rendering for the platform memory view that mimics the traditional memory view found in embedded debuggers.
这个testsuite类像所有其他静态定义的类一样,可以用喜爱的调试程序容易地调试。
This TestSuite class, like any other statically defined class, can be easily debugged using your favorite debugger.
对计算机程序中的指令序列的检测和记录,例如在监控程序和调试程序中使用的情况。
The detection and recording of the sequencing of instructions in computer programs, for example, as used in monitors and debugging routines.
对计算机程序中的指令序列的检测和记录,例如在监控程序和调试程序中使用的情况。
The detection and recording of the sequencing of instructions in computer programs, for example, as used in monitors and debugging routines.
应用推荐