Run application (RUN)
This is a run command, which causes the debugger to run the application without stopping at break points any more. The debugger will still stop in case of errors.
Parameters:
- opt - yes: ignore further breakpoints (default), no: activate breakpoints
Syntax:
run|r [opt]

