释义 |
BreakpointsCOCA¹⁸⁸⁸²⁹BNC¹⁴⁴⁶⁶⁴⁺³ 基本例句 判断标准¹⁰⁰原型breakpoint的三单 However, you can watch the error occur if you delete the previous two breakpoints and set a new breakpoint at line4. 如果删除原来的两个断点并在第 4行上设置一个新断点,就可以看到这个错误是如何发生的。 ibm You can also enable or disable breakpoints, delete them, or add new ones. 也可以启用或禁用断点、删除断点或者添加新断点。 ibm At this point, you can use standard debugging functions, such as setting breakpoints and values, step execution, etc. 在这里,您可以使用标准的调试特性,比如设置断点和值、单步执行等。 cnblogs Before you run a program or attach to an already running program, list the source code where you believe the bug is, set breakpoints, and then start debugging the program. 在运行程序或连接到已经运行的程序之前,请列出您觉得有错误的源代码,设置断点,然后开始调试程序。 ibm Debugging the session will provide the option to import or overwrite breakpoints. 调试会话将会向您提供导入或者覆盖中断点的选项。 ibm Displays the current local variables and their values as well as a tab with all breakpoints. 显示当前的本地变量及其值,以及带有所有断点的选项卡。 ibm For example, you can run programs, set line, watch and service entry breakpoints, step through program instructions, examine variables, and examine the call stack. 例如,您可以运行程序,设置界限,监视与服务进入中断点,通过程序指示的步骤,检查变量,并检查访问栈。 ibm From there, you can set breakpoints, examine registers, look at the simulator event queue, and more. 从那里,您可以设置断点、检查寄存器、查看仿真器事件队列等。 ibm It is important not to put multiple statements on a single line because you cannot step over or set line breakpoints on more than one statement on the same line. 最好不要将多条语句放在一行上,因为会无法单步执行,也不能为同一行上的多条语句设置行断点。 ibm It's possible to declare conditional breakpoints triggered whenever the value of an expression changes see Figure6. 还可以声明条件断点,它在表达式值发生变化时触发请参见图6。 ibm KDB is a very powerful tool that allows several operations such as memory and register modification, applying breakpoints, and stack tracing. KDB是一个功能非常强大的工具,它允许进行几个操作,比如内存和寄存器修改、应用断点和堆栈跟踪。 ibm Like other annotations such as bookmarks, breakpoints, and syntax problems, these are indicated by a symbol in the left margin of the editor. 与其他注释如书签、断点和语法问题类似,这些注释也是通过编辑器左侧空白上的符号来指示的。 ibm Next up is setting breakpoints in PHP using the debugger. 下面是用调试器在 PHP中设置断点。 ibm Set and remove breakpoints in code where you want the debugger to stop. 您可以在想要使调试器停下的代码处设置和除去断点。 ibm The simulator in essence is a debugger, so you can also set breakpoints and interact with the devices, CPU, and memory. 仿真器在本质上是调试器,因此您还可以设置断点并与设备、 CPU以及内存进行互动。 ibm To actually debug your plug-in, you need to set relevant breakpoints. 要实际调试插件,需要设置相关的断点。 ibm 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. 毫无疑问,最常见的调试步骤是设置断点,这样可以检查条件语句或循环内的变量和值。 ibm Use breakpoints to pause execution to probe state. 使用断点暂停程序的执行以便检查状态。 ibm Using the debugger, you can set breakpoints and see the browser output from your PHP code up to the breakpoint you set. 使用调试器,可以设置断点并查看 PHP代码到所设断点之前的浏览器输出。 ibm When using the test client, you can now debug XML maps, and set breakpoints. 当使用测试客户端时,您现在可以调试 XML映射,并设置断点。 ibm You can start the server in debugging status and add breakpoints to debug your applications. 可以采用调试状态启动服务器,并添加断点来调试您的应用程序。 ibm You can add breakpoints to your rules file, which lets you inspect the state of the objects at specific moments during rule execution. 您可以在规则文件中添加断点,以便在规则执行期间的特定时刻检查对象的状态。 ibm You can also set breakpoints before running the debugger directly in the source editor. 您还可以在源编辑器中直接运行调试器之前设置中断点。 ibm You need to check, however, that the breakpoints in the recently edited code are where you want them. 但是你要检查最近编辑过的代码的断点是不是你所想要的。 cnblogs You should start debugging by placing breakpoints in your code. 您应当从在代码中放置断点开始进行调试。 ibm Breakpoints are set between nodes in the message flows for debugging. 消息流的节点之间设置了断点,用于调试。 ibm Breakpoints can be set in both the SQL script and in your. NET code, making debugging a simple process. 可以在 SQL脚本和您的. NET代码中设置断点,这样可以简化调试过程。 blog.sina.com.cn |