User`s guide
delete
returns an error reporting that it could not find the specified 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 defined 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 specifies the
line number in the source file
file in CCS. line, in decimal notation,
defines the line number of the debugging point to remove. To identify
the source file , argument
filename contains the name of the file in
CCS, entered as a string in single quotation marks. Do not in clud e
thepathtothefile.
delete ignores the path information.type accepts
one of two strings —
break or probe —asdefined previously . When
the type of debugging point you specify with the
type string does not
match the debug point type at the specified location, or no debug point
exists, Embedded IDE Link CC returns an error that it could not find
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 defined 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
files. This does not remove probe points and it does not remove invalid
breakpoints..
7-44