First, set a breakpoint in main System.out.println by double-clicking in the gray margin on the left side of the editor view, next to the call to System.out.println .
首先双击编辑器视图左端的灰色边沿,从而在调用System . out . println之后的main System . out . println中设置一个断点。
When you view the breakpoint properties, this breakpoint appears as an address breakpoint with a memory location corresponding to the next executable instruction in the function.
查看断点属性时,该断点显示为一个地址断点,这个地址断点具有一个与函数中下一个可执行指令相对应的内存位置。
应用推荐