RunningΒΆ
Running, restarting, or stopping the program.
When a program is stopped there are several possibilities for further program execution. You can:
- terminate the program inside the debugger
- restart the program
- continue its execution until it would normally terminate or until a breakpoint is hit
- step execution which is runs for a limited amount of code before stopping