A breakpoint causes the execution of a program thread to suspend at the location where the breakpoint is set.
断点可以使程序执行的线程悬挂在断点设置的位置。
Run from the current statement until a breakpoint (or the end of the program) is reached.
您可以从当前语句开始运行直至到达一个断点(或程序尾部)。
We had to continue program execution twice to get to this point, however by setting a condition on the breakpoint we can make gdb halt only when "value" actually equals "div".
我们必须继续执行两次程序才会发生这种情况,但是只要在断点上设置一个条件就可以使gdb只在 "value" 与 "div"真正相等时暂停。
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会在遇到断点时中断执行。
To get "value" and "div" in scope we can set a breakpoint on main and run the program, setting our watchpoints when the main breakpoint is hit. Restart GDB with eg1 and type.
要获取作用域中的“value ”和“div ”,可以在main函数上设置断点,然后运行程序,当遇到main断点时设置监视点。
Simply set a breakpoint on your point of interest, hit the Restart program button, and run the program until your breakpoint is hit.
在您感兴趣的点上简单地设置一个中断点,您只须点击Restartprogram按钮,并运行程序,直到达到中断点为止。
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.
首先,在调试器下开始这个仪表化程序,并将一个观察点置于purify_stop_herePurifyapi函数中。
To access the Debug perspective, you first need to place a breakpoint into your program.
若要访问Debug透视图,首先需要在程序中放置断点。
With the breakpoint set, click on the run button, which displays a man running, to start the program.
设置了断点后,单击Run按钮(样子为一个奔跑的人)来启动程序。
Use this auxiliary subroutine to make your program contain a breakpoint.
使用这一辅助的功能调用使你的程序包含一个断点。
Using a debugger, put a breakpoint at the main function (or at the program location where you want to turn off Purify error reporting), and run the instrumented program.
利用一个调试器,将一个观察点main函数上(或者置于您想要关闭Purify错误报告的程序单元上),然后运行仪表化程序。
Based on the research of embedded assembly program flow chart automatic building, the breakpoint setting and checking mechanism, virtual instrumentation mechanism based on the PC values are proposed.
该文在汇编嵌入式软件程序流程图自动生成的研究基础上,提出了以PC值为基准条件的断点设置、测机制以及虚拟插桩机制。
Call breakpoint if none of these is true, or if you simply want to make certain your program stops at a predetermined point for the start of your debugging session.
调用断点,如果这些都不为真,或者你只想确定你的程序在你的调试会话开始后停止在某一个预先定义的点。
When the program stops on the breakpoint, run the add-in.
当程序停在该断点处时,运行外接程序。
The debugger breaks execution of the program when execution reaches a breakpoint or when an exception occurs.
当执行到达一个断点或发生异常,调试器将中断程序的执行。
The program will run until it encounters a breakpoint or produces a runtime error.
程序在遇到断点或发生运行时错误时将停止运行。
The effect is similar to setting a breakpoint in the program where the debugger statement is used.
其效果类似于在使用调试器语句的程序中设置断点。
Like a breakpoint except that a counter is incremented rather than stopping the program.
象中断点,除了停止程序时,计数器还被增加外。
When the program stops at the breakpoint, run the add-in.
当此程序停在该断点处时,运行外接程序。
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.
与逐句或逐条指令地检查代码不同的是,可以让程序一直执行,直到遇到断点,然后开始调试。
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.
与逐行或逐条指令地检查代码不同的是,可以让程序一直执行,直到遇到断点,然后开始调试。
If you are debugging script, you may have hit a breakpoint while there were no threads in your program.
如果正在调试脚本,则可能在程序中无线程时命中了某个断点。
When execution is suspended at a breakpoint, your program is said to be in break mode.
当执行在某个断点处挂起时,我们称程序处于中断模式。
The program will run until it finds a breakpoint or a run-time error.
程序在遇到断点或运行时错误时停止运行。
The program will run until it finds a breakpoint or a run-time error.
程序在遇到断点或运行时错误时停止运行。
应用推荐