delete¶
Delete some breakpoints or auto-display expressions.
delete [SUBCOMMAND] [ID [ID ...]]
Arguments are breakpoint numbers with spaces in between. To delete all breakpoints, give no argument.
List of delete subcommands:
Type “help delete” followed by delete subcommand name for full documentation.
delete breakpoints – Delete some breakpoints or auto-display expressions¶
Delete some breakpoints or auto-display expressions.
delete breakpoints [ID [ID ...]]
Arguments are breakpoint numbers with spaces in between.
To delete all breakpoints, give no argument.
This command may be abbreviated “delete”.