在“反汇编”窗口中,单击代码行,然后从“调试”菜单中选择“切换断点”。
In the Disassembly window, click on a line of code and choose Toggle Breakpoint from the Debug menu.
若你切换线程到出错的线程,输入~将所有的线程列举出来,一个断点会标记有问题的线程。
If you switch threads and want to get back to the faulting thread, type ~ to list all threads and the faulting thread will be marked with a dot.
例如,当调试时,可以切换到调试透视图(选择Window-OpenPerspective -Debug),可以在其中设置 /删除断点、查看变量和遍历执行代码。
For instance, when you are debugging, you switch to the debug perspective (choose Window - Open Perspective - Debug) where you can set/remove break points, watch variables, and step through code.
例如,如果TxThread发送一个将断点切换到gdb的命令,它将创建一个MIBreakpointChangedEvent。
For example, if the TxThread sends a command changing a breakpoint to GDB, it creates an MIBreakpointChangedEvent.
ide会提示切换到Debug透视图;切换到透视图之后,执行过程会在前面设置的断点处停止(见图7)。
The IDE prompts you to switch to the Debug perspective; after you switch to that perspective, execution stops at the break point that was set (see figure 7).
ide会提示切换到Debug透视图;切换到透视图之后,执行过程会在前面设置的断点处停止(见图7)。
The IDE prompts you to switch to the Debug perspective; after you switch to that perspective, execution stops at the break point that was set (see figure 7).
应用推荐