• To avoid this behavior, be sure set a breakpoint in your code before starting a debugging session.

    为了避免这种状况,请确保启动调试会话代码设置一个断点

    youdao

  • You can try this out by simply having a WCF service and client project that consumes it in the same solution, set the client as the startup project, set a breakpoint in the service code and hit F5.

    试验一点只要WCF服务以及消费这个服务的客户项目建立同一个解决方案中,将客户端项目设定启动项目,在服务端的代码设立断点按F5就可以了。

    youdao

  • You can then resume code execution and see the rest of the browser output up to the next breakpoint and the next until your PHP script has completed.

    然后可以继续代码执行查看断点之前浏览器输出,然后再下一个,直到PHP脚本完成。

    youdao

  • When the page is being published, the debugger should open and you can step through the code (assuming you enabled at least one breakpoint).

    页面发布的时候,调试器应当打开而且可以跟踪代码假定至少设置了一个断点)。

    youdao

  • Walk through the code and place your cursor on the marker bar (along the left edge of the editor area) on the line with the suspected code. Double-click to set the breakpoint.

    代码鼠标放在可疑代码标记(在编辑器区域左侧双击即可设置断点。

    youdao

  • Before you run, create a breakpoint in the source code so you can see debugging in action.

    运行之前源代码创建一个断点以便能够看到运行中的调试

    youdao

  • You can toggle a breakpoint by double-clicking the gray margin beside the line of code.

    通过双击代码旁边灰色空白边可以设置断点

    youdao

  • If you are following along with the Groovy Eclipse plugin, you can a breakpoint at the start of the main method and step through the code.

    如果旅程中GroovyEclipse插件一起陪伴,那么你可以main方法开始设置一个断点跟踪进入这个代码。

    youdao

  • To use it, set a breakpoint by clicking to the left of the line of code you'd like to break on within the Python editor.

    使用调试器,可Python编辑器中断代码行的左侧点击设置断点

    youdao

  • To see what's going on in main() we can set a breakpoint at a particular line or on a function in the program code so gdb will interrupt execution when it is reached.

    为了查看main()发生什么情况,可以程序代码中的一特定函数设置断点这样gdb在遇到断点时中断执行

    youdao

  • Emacs now displays the source code of the main routine, together with the GUD, locals, breakpoint and stack buffers, in a single frame.

    Emacs会将程序源代码以及GUD本地变量、断点buffer个frame中。

    youdao

  • Using the debugger, you can set breakpoints and see the browser output from your PHP code up to the breakpoint you set.

    使用调试器可以设置断点查看PHP代码所设断点之前浏览器输出

    youdao

  • When the debugger stops at a breakpoint placed in Swing code, GUI painting is interrupted resulting in GUI that looks like a blank square.

    调试程序Swing代码置入的断点时,GUI绘图中断使得 GUI看起来一个空白方框。

    youdao

  • One of them is the breakpointer, which lets you add the breakpoint keyword to your source code.

    其中之一breakpointer允许源代码添加breakpoint关键字

    youdao

  • Instead, you set a breakpoint in the stored procedure code, and press Continue (F5) to execute code up to the break point.

    而应当存储过程代码设置断点按“继续”(F 5)执行代码直到断点。

    youdao

  • In the Disassembly window, click on a line of code and choose Toggle Breakpoint from the Debug menu.

    汇编”窗口单击代码,然后调试”菜单中选择切换断点”。

    youdao

  • Go back to the source code of Capitalize, and set a breakpoint on the first line.

    回到大写源代码设置第一一个断点

    youdao

  • A box appears around the code statement that contains the currently selected breakpoint.

    包含当前所选断点代码语句周围会显示一个

    youdao

  • Dynamic code instrumentation, combined with hybrid code generation and source breakpoint identification, provides a well-suited solution to those problems.

    并针对上述问题,提出了预编译运行时编译结合的代码生成方式、动态代码装、断点标识技术等解决方案

    youdao

  • NET worker process for debugging and hit a breakpoint, for example, all managed code in the worker process halts.

    NET辅助进程进行调试命中断点,辅助进程中的所有托管代码都将暂停。

    youdao

  • You might expect the breakpoint to be hit 10 times, but if the code is optimized, the breakpoint is hit only one time.

    可能希望断点命中10如果代码进行了优化,则会命中该断点次。

    youdao

  • You cannot set a breakpoint in a source file when the debugger has not loaded the debug information for the module where the code is located.

    错工具尚未载入有关程序所在资讯之前,无法原始程序中设定中断点

    youdao

  • When the container makes a call into the server that hits a breakpoint, the container will wait until the server code returns (that is, until you finish debugging it).

    容器在碰到中断点伺服呼叫函式时,容器将会等待直到伺服端程序码传回(也就是直到完成错程序)。

    youdao

  • In a source window, click a line of executable code where you want to set a breakpoint.

    来源视窗中一下设定中断点可执行程序

    youdao

  • If two or more lines contain the same code, and you set a breakpoint on one of those duplicate lines, the breakpoint mapping algorithm might select the wrong duplicate in the client-side file.

    如果有两以上包含相同程序码而且其中一个重复行上设定中断点,则中断点对应演算法可能会用户端档案中选取错误的重复行。

    youdao

  • This is necessary if the breakpoint is set on a specific character within a line of source code.

    如果中断点设定原始程序码特定字元这个动作则必要的

    youdao

  • This removes the breakpoint from your code.

    代码移除断点

    youdao

  • When managed code executes a breakpoint instruction or generates an exception, the runtime controller is notified.

    托管代码执行断点指令生成异常时,将通知运行时控制器

    youdao

  • Rather than stepping through your code line-by-line or instruction-by-instruction, you can allow your program to run until it hits a breakpoint, then start to debug.

    逐句逐条指令地检查代码不同的是,可以程序一直执行直到遇到断点然后开始调试

    youdao

  • Rather than stepping through your code line by line or instruction by instruction, you can allow your program to run until it hits a breakpoint, and then start to debug.

    逐行逐条指令地检查代码不同的是,可以程序一直执行直到遇到断点然后开始调试

    youdao

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

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

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