clear

Clear breakpoints from model

Syntax

clear
cl
clear m:mid
clear id
clear <sysIdx:blkIdx | gcb>

Arguments

mid

Method ID

id

Breakpoint ID

sysIdx:blkIdx

Block ID

gcb

Currently selected block

Description

clear clears a breakpoint from the current method.

Instead of clear, you can use the short form of cl with any of the syntaxes.

clear m:mid clears a breakpoint from the method specified by mid.

clear id clears the breakpoint specified by the breakpoint ID id.

clear sysIdx:blkIdx clears any breakpoints set on the methods of the block specified by sysIdx:blkIdx.

clear gcb clears any breakpoints set on the methods of the currently selected block.

See Also

| |

Introduced before R2006a