Reference / Supported debug commands |
Continues the execution of the program after a breakpoint.
c[ontinue] [ignore-count]
The continue command continues the execution of the program until the program completes normally, another breakpoint is reached, or a signal is received.
(fgldb) continue <..program output..> Program exited normally.