delete - Remove breakpoint

Syntax

delete(id,addr)
delete(id,'filename','linenumber')
delete(id,'all')

Description

delete(id,addr) removes a breakpoint located at the memory address addr of the processor. Provide the address input value in hexadecimal format, such as 0x244fc, or 0x0014.

delete(id,'filename','linenumber') removes the breakpoint located at the line number 'linenumber' in the file 'filename' for the processor.

delete(id,'all') removes all breakpoints in the current project source files.

See Also

insert

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS