| |||
| Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > advance | |||
This command sets a temporary breakpoint and calls the debugger continue command.
The temporary breakpoint is subsequently deleted when it is hit.
Control is returned as soon as the target is running. You
can use the wait command to block the debugger
from returning control until either the application completes or
a breakpoint is hit.
advance [-p] [filename:]location | *address
Where:
pSpecifies whether or not the resolution of an unrecognized breakpoint location results in a pending breakpoint being created.
filenameSpecifies the file.
locationSpecifies the location:
line_numis a line number
functionis a function name.
labelis a label name.
+offset | -offsetSpecifies the line offset from the current location.
addressSpecifies the address. This can be either an address or an expression that evaluates to an address.