例如,某些调试命令只在调试代码时才显示。
For example, some debugging commands are not displayed unless you are debugging code.
目标机端的监控程序主要是由调试命令执行模块、通信模块、代码控制模块组成。
The monitor programs of the target are composed of executive module of debugging command, communication module and code control module.
ICDITarget的任务是接收调试命令,为调试器转换这些命令,然后发送给调试器。
The ICDITarget's job is to receive debugging commands, translate them for the debugger, and send them to the debugger.
正如第1部分中解释的一样,Target接收来自CDT的调试命令并为调试器打包命令。
As Part 1 explains, the Target receives debugging commands from the CDT and packages them for the debugger.
如果在重命名全局变量或静态变量后应用代码更改或用调试命令调用“编辑并继续”,则发生该错误。
This error occurs if you apply code changes or invoke Edit and Continue with a debug command after renaming a global or static variable.
实验结果表明,本文所实现的逆向调试能够完整地重现调试对象的运行过程,并且可以通过逆向调试命令使其逆向运行,加以分析调试。
The statistics of experiment shows the reversible debugging method in this paper can reproduce the whole running process, execute and debug the virtual machine reversely.
使用远程调试命令行开关运行要远程调试的Chrome实例:chrome.exe --remote-debugging-port=9222 --user-data-dir=remote-profile。
Run the Chrome instance that you will be debugging remotely with the remote debugging command line switch: chrome.exe --remote-debugging-port=9222 --user-data-dir=remote-profile.
当处于调试模式时,这些将显示在一个单独的命令提示窗口中,如图1所示。
When in debug mode, these are displayed in a separate Command Prompt window as shown in Figure 1.
调试器执行的任务和以前相同,但命令和输出响应有很大的不同。
The debugger performs the same tasks as before, but the commands and output responses differ greatly.
为了查看使用命令行调试的值,让我们从下面所示的非常非常糟糕的PHP文件开始。
To see the value of debugging using the command line, let's start with the really, really bad PHP file shown below.
根据要诊断的网络问题的性质,有时候有必要了解失败的应用程序或命令是否有详细输出、跟踪或调试选项。
Depending on the nature of the network problem you're diagnosing, it's sometimes worth investigating whether the failing application or command has any kind of verbose, trace, or debug options.
考虑一下某个命令行选项不需要值的情况(例如启用调试的选项)。
Consider the situation where you might want to have a command line option (for example, to enable debugging) that doesn't require a value.
这些命令仅用于调试。
退出调试器的最佳选项始终是中止命令并返回到正常的REPL窗口。
The best option to exit the debugger is always to abort the command and return to the regular REPL window.
为了简化调试一组复杂的SQL命令,将其写入文本文件中然后一次执行文本文件中的所有命令通常更加容易。
To simplify debugging a set of complex SQL commands, it's generally easier to write them in a text file and then execute the commands in the text file all at once.
下面是调试用的断点、命令输出等等。
To the bottom are the breakpoints for the debugger, the command output, and so on.
不管您是怎样启动一次调试过程的(通过命令行或者一个对话框),调试器UI都可以同时主宰任意数量的调试过程。
Regardless of how you start a debug session (through the command line or a dialog), the debugger UI can host any number of debug sessions, simultaneously.
使用以下的命令行来启动调试引擎
考虑在脚本中增加调试模式或功能—比如使用set—x命令。
Consider adding a debug mode or function within your script-say, with the set -x command.
VM的TRACE命令为调试整个Linux系统提供了便捷的方法。
VM's TRACE command offers a convenient way to debug the entire Linux system.
现在已完成了调试,可以使用'quit'命令退出gdb。
Now that we're finished debugging, GDB can be exited with the 'quit' command.
Firebug提供了调试、剖析、日志记录和命令行控制台特性。
Firebug offers debugging, profiling, logging, and a command line console.
如果想让调试器决定在远程会话中Terminate命令是否可用,可以选择Allowterminationofremote VM选项。
Select Allow termination of remote VM option when you want the debugger to determine whether the Terminate command is available in a remote session.
使用run命令执行程序并从头开始调试程序。
Use the run command to execute the program and to start debugging the program at the beginning.
Ruby解释器包含一个命令行调试器,但是在这个图形化工具的时代谁还想使用命令行调试器?
The Ruby interpreter includes a command-line debugger, but who wants to use a command-line debugger in this age of graphical tools?
可以通过环境变量或使用modify命令动态地设置KDC的调试级别。
Debug levels for the KDC can be set through environment variables or dynamically using the modify command. The syntax for setting debug levels dynamically is.
gdb可以让您通过使用shell命令在不退出调试环境的情况下运行shell命令,调用形式是' shell [commandline] ',这有助于在调试时更改源代码。
Gdb allows you to run shell commands without exiting the debugging environment with the shell command, invoked as' shell [commandline] ', useful for making changes to source code whilst debugging.
下面是可用于调试的OSGi命令列表(回想一下,通过在 OSGi控制台键入help 也可以显示该列表)
The following is a list of OSGi commands available for debugging purposes (recall that you can display this list by typing help at the OSGi console)
支持的命令是调试引擎附件,而且在AIX上,通过在调试操控台上输入“help”可以来将其显示出来。
The commands supported are debug engine dependent, and on AIX, they can be displayed by typing "help" in the debug console.
与其再次继续,还不如使用'next '命令单步调试程序,以查看“value ”和“div ”是如何改变的。
Rather than continuing again we can single step through the program to see how "value" and "div" are being changed using the command 'next'. Gdb will respond with.
应用推荐