While execution of your code is paused, you can resume it by clicking Step Out from the toolbar or pressing Shift+F7 on keyboard.
With Step Out chosen, the remaining part of the code within the current procedure or function will be executed. Subsequently, the counter will jump to the line which is just after the caller of the method.