User`s guide

delete
returns an error reporting that it could not nd the specied debugging
point.
delete(cc,addr,'type',timeout) adds the optional input parameter
timeout that determines how long Embedded IDE Link CC waits for a
response to the re quest to delete a breakpoint. If the response is not
received before the timeout period expires, the deletion process fails
with a timeout error. The
timeout input argument is valid only when
you are deleting a breakpoint. When you omit the
timeout argument,
delete uses the default value dened by cc.timeout
delete(cc,addr)
isthesameastheprevioussyntaxexceptthe
function defaults to
'break' for removing a breakpoint.
delete(cc,filename,line,'type') lets you specify the line from
which you are removing the debug point. Argument
line species the
line number in the source le
file in CCS. line, in decimal notation,
denes the line number of the debugging point to remove. To identify
the source le , argument
filename contains the name of the le in
CCS, entered as a string in single quotation marks. Do not in clud e
thepathtothele.
delete ignores the path information.type accepts
one of two strings
break or probe —asdened previously . When
the type of debugging point you specify with the
type string does not
match the debug point type at the specied location, or no debug point
exists, Embedded IDE Link CC returns an error that it could not nd
the debug point.
delete(cc,filename,line,'type',timeout)adds the optional input
parameter
timeout that determines how long Embedded IDE Link
CC waits for a response to the reque st to delete a breakpoint. If the
response is no t received before the timeout period expires, the deletion
process fails with a timeout error. The
timeout input argument is v a lid
only when you are deletin g a breakpoint. When you omit the
timeout
argument, delete uses the default value dened by cc.timeout
delete(cc,filename,line)
defaults to break to remove a breakpoint.
delete(cc,'all') removes all valid breakpoints in the project source
les. This does not remove probe points and it does not remove invalid
breakpoints..
7-44