MDB Reference: delete

delete[breakpointnumber]

TheMDBdelete command deletes the specified breakpoint or all breakpoints if the argument is omitted.

Parameters

breakpointnumber
Integer identifier given to breakpoint when it was set

Example

> break BlinkLED.c:57Breakpoint 3 at 0x9d000c74: file BlinkLED.c, line 57.> delete 3