| |||
Home > Model Debugger Scripting Functions > Breakpoints > bpAdd () |
int bpAdd (intaddress
, stringmemspace
)
Add a breakpoint at the specified program counter address using the specified memory space.
The parameter
is
optional. If omitted the first program memory space is used. Valid values
for this parameter are memspace
“Normal”
and “Secure”
.
If the specified memory space does not exist a run-time error occurs.
Returns the id number of the new breakpoint.