在“反汇编”窗口中,单击代码行,然后从“调试”菜单中选择“切换断点”。
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 - Open Perspective - 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.
应用推荐