clear subcommand for dbx: Remove all stops at a specified source line

Format

clear sourceline

Description

The clear subcommand removes all stops at a specified source line. The sourceline argument can be specified in two formats:
  • As an integer
  • As a file name string followed by a : (colon) and an integer

Usage notes

The clear subcommand can be run only while the dbx debug program is running.

Examples

To remove breakpoints set at line 19, enter:

clear 19

Related information

The cleari and delete subcommands.