First, create a breakpoint in our code.
首先,在代码中创建一个断点。
To avoid this behavior, be sure set a breakpoint in your code before starting a debugging session.
为了避免这种状况,请确保在启动调试会话前在您的代码中设置了一个断点。
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就可以了。
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脚本完成。
When the page is being published, the debugger should open and you can step through the code (assuming you enabled at least one breakpoint).
当页面发布的时候,调试器应当打开而且可以跟踪代码(假定至少设置了一个断点)。
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.
遍历代码,将鼠标放在可疑代码一行的标记栏(在编辑器区域的左侧)上,双击即可设置断点。
Before you run, create a breakpoint in the source code so you can see debugging in action.
运行之前,在源代码中创建一个断点,以便您能够看到运行中的调试。
You can toggle a breakpoint by double-clicking the gray margin beside the line of code.
通过双击代码行旁边的灰色空白边,就可以设置断点。
To debug the code you have to set a breakpoint first.
要调试代码必须先设置断点。
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方法的开始设置一个断点,并跟踪进入这个代码。
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编辑器中想中断的代码行的左侧点击,设置断点。
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会在遇到断点时中断执行。
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中。
Using the debugger, you can set breakpoints and see the browser output from your PHP code up to the breakpoint you set.
使用调试器,可以设置断点并查看PHP代码到所设断点之前的浏览器输出。
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看起来像一个空白方框。
One of them is the breakpointer, which lets you add the breakpoint keyword to your source code.
其中之一是breakpointer,它允许您向源代码添加breakpoint关键字。
You can also set a breakpoint on your Code Activity.
您还可以设置在你的代码活动一个断点。
Instead, you set a breakpoint in the stored procedure code, and press Continue (F5) to execute code up to the break point.
而应当在存储过程代码中设置断点,并按“继续”(F 5)执行代码直到断点。
In the Disassembly window, click on a line of code and choose Toggle Breakpoint from the Debug menu.
在“反汇编”窗口中,单击代码行,然后从“调试”菜单中选择“切换断点”。
Go back to the source code of Capitalize, and set a breakpoint on the first line.
回到了大写的源代码,并设置在第一行一个断点。
A box appears around the code statement that contains the currently selected breakpoint.
在包含当前所选断点的代码语句周围会显示一个框。
If you have set breakpoints in your code, execution will break at the first breakpoint.
如果已在代码中设置了断点,执行会在第一个断点处中断。
Dynamic code instrumentation, combined with hybrid code generation and source breakpoint identification, provides a well-suited solution to those problems.
并针对上述问题,提出了预编译与运行时编译结合的代码生成方式、动态代码插装、源断点标识技术等解决方案。
NET worker process for debugging and hit a breakpoint, for example, all managed code in the worker process halts.
NET辅助进程进行调试并命中了断点,辅助进程中的所有托管代码都将暂停。
You might expect the breakpoint to be hit 10 times, but if the code is optimized, the breakpoint is hit only one time.
可能希望该断点被命中10次,但如果代码进行了优化,则只会命中该断点一次。
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.
在侦错工具尚未载入有关程序码所在模组的侦错资讯之前,您无法在原始程序档中设定中断点。
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).
当容器在碰到中断点的伺服器呼叫函式时,该容器将会等待,直到从伺服端程序码传回(也就是直到您完成其侦错程序)。
In a source window, click a line of executable code where you want to set a breakpoint.
在来源视窗中,按一下您要设定中断点的可执行程序码行。
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.
如果有两行以上包含相同的程序码,而且您已在其中一个重复行上设定了中断点,则中断点对应演算法可能会在用户端档案中选取到错误的重复行。
This is necessary if the breakpoint is set on a specific character within a line of source code.
如果中断点设定在原始程序码档的特定字元,这个动作则是必要的。
应用推荐