delete subcommand for dbx: Remove traces and stops

Format

delete [all | number…]

Description

The delete subcommand removes traces and stops from the program. You can specify the traces and stops to be removed through the number arguments, or you can remove all traces and stops by using the all option. To display the numbers associated by the dbx debug program with a trace or stop, use the status subcommand.

Options

all
Removes all traces and stops.

Usage notes

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

Examples

  1. To remove all traces and stops from the program, enter:
    delete all
  2. To remove traces and stops for event number 4, enter:
    delete 4

Related information

The status, clear, and cleari subcommands.