Sun Studio 12: Debugging a Program With dbx

Syntax

clear

Clear all breakpoints at the current stopping point.

clear line

Clear all breakpoints at line.

clear filename:line

Clear all breakpoints at line in filename.

where:

line is the number of a source code line.

filename is the name of a source code file.