由于这是开发代码,因此使用了许多调试语句。
Because this is development code, I use lots of debug statements.
中介处理程序的下载版本包含有附加的跟踪和调试语句。
The download version of the mediation handlers contain additional trace and debug statements.
您可以像以前那样添加一个片段来将调试语句打印到控制台。
You can add a snippet as you did before to print some debug statements to the console.
条件编译常量确定是否应当将跟踪和调试语句编译到程序集中。
Conditional compilation constants determine whether tracing and debugging statements should be compiled into the assembly.
其中增加了调试语句,这样,如果在浏览器中手动打开该表单,就可以看到公式的结果。
Debug statements have been added so that, if the form is opened manually from a browser, you can see the results from the formulas.
与前面的中介处理程序一样,此处理程序的源代码也可以下载,其中也包含跟踪和调试语句。
As with the earlier mediation handler, the source code for this one can also be downloaded, and contains trace and debug statements.
通过在代码中添加调试语句来输出对象的域或者甚至于整个数据集合是一种常用的解决问题的方法。
Adding debug statements to your code to write out the fields in an object, or even entire data collections, is a common problem-solving approach.
又,因为Firefox让我们很难看到这些随机数,我不得不在填充函数中加入一些调试语句才能看到发生的事情。
Again, Firefox makes it hard to see these random values. I had to insert debugging statements into the padding function to see what was going on.
而且,我是一个RoR新手,使用许多调试语句也是对我编程样式的一种宽慰,这在有些地方被准确地描述为“设法使其符合形式”。
Also, I'm an RoR newbie, so lots of debug statements give comfort to my style of programming, which has been accurately described elsewhere as "beat it into shape."
还是在BusinessProcessDesigner 中,在人工任务后添加一个代码片段,用于将调试语句打印到控制台。
Still in the Business Process Designer, add a snippet after the human task, which will be used to print some debug statements to the console.
最佳实践应是对日志语句加以保护,使其仅在出错和进行调试的情况下打开。
It is a good practice to guard log statements so they are turned on during error and debugging situations only.
必要时,检查调试或执行数据流时生成的语句。
If desired, inspect the statements generated by debugging or executing your flow.
毫无疑问,最常见的调试步骤是设置断点,这样可以检查条件语句或循环内的变量和值。
Undoubtedly, the most common debugging procedure is to set breakpoints that will allow the inspection of variables and the values inside conditional statements or loops.
RDA具有向导、编辑器以及DB2的调试程序,可以帮助开发sql语句、存储过程和用户自定义函数。
RDA has wizards, an editor, and a debugger for DB2 that helps in the development of SQL statements, stored procedures and user-defined functions.
接下来,用print语句帮助调试应用程序。
但请注意这是一个非常简单的脚本,只是作为使用print语句进行调试而展示的一个例子而已。
Note that this is a simple script, and is shown as an example in using print statements to debug.
DB -Access实用程序提供一个能够输入、执行和调试sql语句的用户界面。
DB-Access utility provides a user interface for typing, executing, and debugging SQL statements.
不用关心所用的调试技术使用的是print语句,还是Perl提供的完整调试器。
It doesn't matter whether your debugging technique involves using print statements or the full-blown debugger provided by Perl.
注意,调试器可能会产生与DROPtable语句有关的警告,可以不理会它。
Note that the debugger might generate warnings related to DROP TABLE statements, which you can ignore.
您可以跳入被调用函数或程序进行逐句调试,或仅仅将整个调用作为一个当前语句来运行。
You can step into called functions or programs, or just treat the calls as part of running the current statement.
注意,调试器可能生成与DROPtable语句相关的警告,对此可以忽略。
Note that the debugger might generate warnings related to DROP TABLE statements, which can be ignored.
测试用例通常存在于开发人员的脑子里,但实现起来有不同的方式,如打印语句、调试器表达式、测试脚本。
Developers often have tests cases in mind, but they realize them in many different ways: print statements, debugger expression, test scripts.
为了进行调试,程序员通常使用简单的cobol语句,如DISPLAY。
For debugging, the programmer usually used simple COBOL statements like DISPLAY.
使用print语句进行调试。
创建一个新的函数,你就可以把一组语句用一个名字来命名,这样你的程序读起来就清晰多了,后期维护调试也方便。
Creating a new function gives you an opportunity to name a group of statements, which makes your program easier to read and debug.
断言代码在调试阶段执行,如果发现某个执行代码语句条件没有得到满足,通常会给出相应信息并停止执行。
The assertion code is executed during debugging, and if one of the conditions is found not to hold, execution statement condit assert usually stops with a message.
最有效的调试工具是静下心来仔细思考,辅之审慎地放置打印语句。
The most effective debugging tool is still careful thought, coupled with judiciously placed print statements.
要设置下一语句,调试器必须处于中断模式。
To set the next statement, the debugger must be in break mode.
计算机编程专业学习软件开发和操作系统中的各种编程语句。课程包括程序测试,调试和定制。
Computer programming majors learn how to write various programming languages used for software development and operating systems. Topics covered include program testing, debugging, and customization.
利用跟踪语句,可以避免诸如检查原始源代码、修改原始源代码、重新编译源代码,以及尝试在调试环境中生成运行时错误等困难任务。
With trace statements you can avoid the difficult task of examining the original source code, modifying it, recompiling, and attempting to produce the run-time error within the debugging environment.
应用推荐