When equal to true, debug mode only attempts to recreate the target directory structure, but won't copy any documents.
参数值为true时,调试模式只会尝试重新创建目标目录结构,但不会复制任何文档。
Typical output of starting sshd in debug mode could be
在调试模式下启动sshd的典型输出如下
When you switch debug mode off, these nice error pages disappear, as they are a potential security threat.
当您关闭调试模式时,这些错误页面就会消失,因为它们是潜在的安全威胁。
You can also start the server in debug mode from this same view.
还可以从调试模式下的同一视图启动服务器。
Running in debug mode will often slow the application down or introduce other problems.
在调试模式下运行常常会降低应用的速度或是引入其他的问题。
Consider adding a debug mode or function within your script-say, with the set -x command.
考虑在脚本中增加调试模式或功能—比如使用set—x命令。
The initial bit of code shown in Listing 1 sets the path for dojo.js and turns debug mode on so you can test your output.
清单1 所示代码的初始部分设置dojo.js的路径,并打开调试模式以便测试您的输出。
The server can be created and configured through the IDE and can be executed in a normal or debug mode (see figure 4).
服务器可以通过IDE创建和配置,并在普通或调试模式下执行(见图4)。
Listing 2 shows an example of how to launch a VM in debug mode and listen for a socket connection at port 8765.
清单2是一个示例,显示如何在调试模式下启动VM并监听端口8765的套接字连接。
The procedure view, in addition to defining the procedure attributes, allows you to define the debug mode and the number of result sets to be returned.
除了用于定义过程属性外,还允许定义调试模式和要返回的结果集数量。
Building in debug mode does not invoke ProGuard, because it makes debugging more cumbersome.