源代码断点(Source Breakpoint)是指在你的源程序中设置断点,指令断点(Address Breakpoint)是指在某机器指令处设置断点,数据断点(Data Breakpoint)是指当写...
基于20个网页-相关网页
运行之前,在源代码中创建一个断点,以便您能够看到运行中的调试。
Before you run, create a breakpoint in the source code so you can see debugging in action.
在运行程序或连接到已经运行的程序之前,请列出您觉得有错误的源代码,设置断点,然后开始调试程序。
Before you run a program or attach to an already running program, list the source code where you believe the bug is, set breakpoints, and then start debugging the program.
在源代码buffer的第14行左键单击行首,会出现一个红色的圆点,这表示在此行设了一个断点。
At line 14 of the source buffer, left-click in the fringe and a red disk appears. This shows that a breakpoint has been set there.
应用推荐