| |||
| Home > DS-5 Debugger commands > DS-5 Debugger commands listed in alphabetical order > continue | |||
This command continues running the target.
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.
[continuecount]
Where:
countSpecifies the number of times to ignore the breakpoint or watchpoint at the current location.