AppCode 2017.1 Help

Stepping Through the Program

In this section:

Introduction

When a breakpoint is reached or your program is suspended, the Debug tool window becomes active and enables you to get control over the program's execution. For this purpose, you can use the Run menu commands, or the icons on the stepping toolbar of in the Debug tool window.

Each stepping action executes one or more program steps.

Stepping through the program

Do one of the following:

Tips and tricks

  • The Force Step Over /help/img/idea/2017.1/force_step_over.png, Force Step Into /help/img/idea/2017.1/frames_step_into.png, and Force Run to Cursor /help/img/idea/2017.1/frames_run_to_cursor.png commands allow you to do similar actions but they ignore existing breakpoints on the way.

See Also

Concepts:

Last modified: 26 July 2017