User`s guide
delete
delete(cc,'all','break',timeout) removes all of the valid
breakpoints in the project source files. T his command d oes not remove
probe points and it does not remove invalid breakpoints. No te that
you can use the optional input parameter
timeout that determines
how long Embedded IDE Link CC waits for a response to the request
to delete all of the debug p oints. If the response is n ot rece iv ed before
the timeout period expires, the deletion process f a il s with a timeout
error. When you omit the
timeout argument, delete uses the default
value defined by
cc.timeout.
See Also address, insert, run
7-45