...VC调试技巧之断点 1. 位置断点 (LOCATION BREAKPOINT) 在代码中按F9设置一个位置断点,然后按F5运行,是最常用的断点方式,但是遇到如下代码时,就十分头疼了。
基于351个网页-相关网页
breakpoint location 断点位置
You can double-click a breakpoint to display its location in the editor.
您可以在编辑器中双击一个断点来显示其位置。
Right-click on the second breakpoint and the source buffer visits the file containing the breakpoint and displays its location.
在第二个断点上单击右键,源代码buffer会访问含有这个断点的文件并显示其位置。
To stop the execution at the desired location, set a breakpoint at free_list() routine, so that nodes don't get free before you could have a look at their contents.
为了在所需的位置停止执行,在 free_list() 例程上设置一个断点。
应用推荐