源代码断点(Source Breakpoint)是指在你的源程序中设置断点,指令断点(Address Breakpoint)是指在某机器指令处设置断点,数据断点(Data Breakpoint)是指当写入某变量时暂停用户程序。
基于16个网页-相关网页
如果希望在某个特定行设置一个断点,那么该表给出了用于存储断点指令的内存地址。
If you want to set a breakpoint at a particular line, the table gives you the memory address to store the breakpoint instruction.
有一个箭头指向当前指令,你可以像在源代码buffer中一样设置和清除断点。
An overlay arrow points to the current instruction, and you can set and remove breakpoints as with the source buffer.
执行被探测的指令会导致断点错误。
Execution of the probed instruction results in a breakpoint fault.
应用推荐