Documentation Home
>
Sun Studio 12 Update 1:使用 dbx 调试程序
>
附录 C 命令参考
>
clear 命令
> 语法
Sun Studio 12 Update 1:使用 dbx 调试程序
Previous
: check 命令
Next
: collector 命令
语法
clear
清除当前停止点的所有断点。
clear
line
清除
line
处的所有断点。
clear
filename:line
清除
filename
中
line
处的所有断点。
其中:
line
是源代码行的编号。
filename
是源代码文件的名称。
Previous
: check 命令
Next
: collector 命令
© 2010, Oracle Corporation and/or its affiliates