在新查询中设置断点,然后开始单步调试函数。
Set a breakpoint on the new query and then start debugging to step through the function.
有一些常见的调试函数,如printf、write等,可能会在多线程应用程序的情况下更改一个程序的行为,使得它们难以调试。
Common functions used for debugging, such as printf, write, and so on, can sometimes change the behavior of a program in the case of multi-threaded applications, making them hard to debug.
这个函数通常用于调试,但是它在内核中还有许多其他用途。
This function is commonly used for debugging, but it has many other USES within the kernel.
在编写php时,这个函数是一个简单但很有帮助的调试工具。
This function is a rudimentary, yet helpful, debugging tool when working with PHP.
如果浏览器提供坐标有问题的话,可以将这两个函数调用分开以便于调试。
I broke these two function calls apart to help with debugging if you have an issue getting your browser to give you coordinates.
因此,预测函数或程序的输出容易得多,更容易调试和分析。
This makes predicting the output of the function or program much easier and, therefore easier to debug and analyze.
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.
在这里您也可以发布您关于php脚本、函数、语法、变量、php调试及与PHP开发人员相关的所有其他主题的问题。
Post your questions about PHP scripts, functions, syntax, variables, PHP debugging and any other topic of relevance to PHP developers.
得到的样式表有太多递归函数,难以调试。
The resulting stylesheets have many recursive functions and are difficult to debug.
尝试使用内置的字符串函数执行任何复杂的文本分析会导致难于调试和维护的庞大的函数和存储过程。
Attempting to perform any sophisticated text analysis using the built-in string functions results in massively large functions and stored procedures that are difficult to debug and maintain.
大多数C编译器不会使用该STAB(它们希望调试器假设该名称是主程序的名称),但是一些 C 编译器会发出 N_MAIN STAB 来获得主函数。
Most C compilers do not use this STAB (they expect the debugger to assume that the name is main), but some C compilers emit an N_MAIN STAB for the main function.
要请求gcc所有的检测函数,每个文件都必须使用- finstrument -functions和-g选项进行编译,这样可以保留调试符号。
To request that GCC instrument all functions, every file must be compiled with the options -finstrument-functions and -g to retain debugging symbols.
DataStagetr4j库提供了一些函数,通过将消息记录到DataStagedirector来促进调试。
DataStage tr4j library provides functions that facilitate debugging by logging messages onto the DataStage director.
为了调试这个程序,我使用了XMLString:transcode函数来转换将在控制台上显示的宽字符字符串,如图1所示。
To debug this program, I'm using the XMLString: : transcode function to convert the wide character strings for display on a console, as shown in Figure 1.
printk函数和dmesg方法都是用来进行内核调试的常用方法。
The printk function and dmesg methods are common means for kernel debugging.
可以使用DataStudio工具轻松地创建、构建、调试和部署DB 2存储过程和用户定义函数。
The Data Studio tool can be used to easily create, build, debug and deploy DB2 stored procedures and user-defined functions.
这样就可以获得一个基本中介处理程序类,接下来我们可以开始使用调试传入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.
最好在这个插件的关键函数中设置一些断点,然后在调试模式下启动LotusSametime,检查它的工作方式。
It's a good idea to set some breakpoints in the key functions in this plug-in and then launch Lotus Sametime in debug mode, to view how it works.
Miscellaneous:这个API定义了几个函数来帮助对m 17 n库进行调试和跟踪。
Miscellaneous: This API defines several functions to help you debug and trace the m17n library.
这样,gdb 才能够调试所使用的变量、代码行和函数。
This is so gdb can work out the variables, lines and functions being used.
由于经常需要使用封闭的函数作为dojo函数的参数,因此理解如何设置上下文将省去大量的调试工作。
Because enclosed functions are often required as arguments to Dojo functions, understanding how to set their context will save a lot of unnecessary debugging.
例如,调试人员经常涉及分步执行跟踪,所以我们利用气泡显示跟踪屏幕,随着用户跳入、跳出各个函数的同时展示相关的内容。
For example, debuggers often involve stepping through execution traces, so we use bubbles to display the trace onscreen, side-by-side as the user steps in and steps out of various functions.
您可以跳入被调用函数或程序进行逐句调试,或仅仅将整个调用作为一个当前语句来运行。
You can step into called functions or programs, or just treat the calls as part of running the current statement.
又,因为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.
当您在一个调试器中,您可以利用各种Purifyapi函数来研究各种内存单元的状态类型:f。
When you are inside a debugger, you can use various Purify API functions to investigate the status and type of various memory locations.
首先,在调试器下开始这个仪表化程序,并将一个观察点置于purify_stop_herePurifyapi函数中。
First, start the instrumented program under the debugger and put a breakpoint at purify_stop_here purify API function. The debugger will stop at every purify error message.
然后,调用 load_module函数,这个函数负责将模块加载到内核并执行必要的调试(后面还会讨论这点)。
Then, the load_module function is called, which takes care of the mechanical work to bring the module into the kernel and perform the necessary plumbing (I review this shortly).
介绍了USB—GPIB控制器VISA函数的交互式调试工具的设计思想及实现的功能。
The paper introduced design and functions of interactive debug based on the VISA function for USB-GPIB controller.
介绍了USB—GPIB控制器VISA函数的交互式调试工具的设计思想及实现的功能。
The paper introduced design and functions of interactive debug based on the VISA function for USB-GPIB controller.
应用推荐