When the execution of a program is paused at a breakpoint, how can I resume the execution?
You can resume the execution, either by selecting Debug > Continue (press F5) or using the various ‘Step’ options like Step Into (F11) or Step Over (F10).
Index