• 查询中设置断点然后开始单步调试函数

    Set a breakpoint on the new query and then start debugging to step through the function.

    youdao

  • 有一些常见调试函数printfwrite可能多线程应用程序情况下更改一个程序行为使得它们难以调试

    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.

    youdao

  • 这个函数通常用于调试但是内核还有许多其他用途

    This function is commonly used for debugging, but it has many other USES within the kernel.

    youdao

  • 编写php这个函数一个简单很有帮助调试工具

    This function is a rudimentary, yet helpful, debugging tool when working with PHP.

    youdao

  • 如果浏览器提供坐标问题的话,可以两个函数调用分开以便调试

    I broke these two function calls apart to help with debugging if you have an issue getting your browser to give you coordinates.

    youdao

  • 因此预测函数程序输出容易,更容易调试分析

    This makes predicting the output of the function or program much easier and, therefore easier to debug and analyze.

    youdao

  • 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.

    youdao

  • 在这里也可以发布关于php脚本函数语法变量、php调试及与PHP开发人员相关所有其他主题问题

    Post your questions about PHP scripts, functions, syntax, variables, PHP debugging and any other topic of relevance to PHP developers.

    youdao

  • 得到样式太多递归函数难以调试

    The resulting stylesheets have many recursive functions and are difficult to debug.

    youdao

  • 尝试使用内置字符串函数执行任何复杂的文本分析会导致难于调试维护庞大函数存储过程

    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.

    youdao

  • 大多数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.

    youdao

  • 请求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.

    youdao

  • DataStagetr4j提供了一些函数通过消息记录DataStagedirector促进调试

    DataStage tr4j library provides functions that facilitate debugging by logging messages onto the DataStage director.

    youdao

  • 为了调试这个程序使用XMLStringtranscode函数转换将控制台上显示字符字符串如图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.

    youdao

  • printk函数dmesg方法都是用来进行内核调试常用方法

    The printk function and dmesg methods are common means for kernel debugging.

    youdao

  • 可以使用DataStudio工具轻松地创建构建调试部署DB 2存储过程用户定义函数

    The Data Studio tool can be used to easily create, build, debug and deploy DB2 stored procedures and user-defined functions.

    youdao

  • 这样可以获得一个基本中介处理程序接下来我们可以开始使用调试传入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.

    youdao

  • 最好这个插件关键函数设置一些断点然后调试模式下启动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.

    youdao

  • Miscellaneous这个API定义了几个函数帮助m 17 n进行调试跟踪

    Miscellaneous: This API defines several functions to help you debug and trace the m17n library.

    youdao

  • 这样gdb能够调试使用变量代码行函数

    This is so gdb can work out the variables, lines and functions being used.

    youdao

  • 由于经常需要使用封闭函数作为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.

    youdao

  • 例如调试人员经常涉及分步执行跟踪所以我们利用气泡显示跟踪屏幕随着用户跳入、跳出各个函数同时展示相关的内容。

    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.

    youdao

  • 可以跳入调用函数程序进行逐句调试,或仅仅整个调用作为一个当前语句运行

    You can step into called functions or programs, or just treat the calls as part of running the current statement.

    youdao

  • 因为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.

    youdao

  • 一个调试器中,您可以利用各种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.

    youdao

  • 首先,在调试开始这个仪表化程序一个观察点置于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.

    youdao

  • 然后调用 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).

    youdao

  • 介绍了USB—GPIB控制器VISA函数交互式调试工具的设计思想实现的功能

    The paper introduced design and functions of interactive debug based on the VISA function for USB-GPIB controller.

    youdao

  • 介绍了USB—GPIB控制器VISA函数交互式调试工具的设计思想实现的功能

    The paper introduced design and functions of interactive debug based on the VISA function for USB-GPIB controller.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定