Share via


How to: Step Into Code

This topic applies to:

Edition

Visual Basic

C#

C++

Web Developer

Express

Topic applies Topic applies Topic applies Topic applies

Standard

Topic applies Topic applies Topic applies Topic applies

Pro and Team

Topic applies Topic applies Topic applies Topic applies

Table legend:

Topic applies

Applies

Topic does not apply

Does not apply

Topic applies but command hidden by default

Command or commands hidden by default.

You cannot access the Step commands if your application is running. Step commands are valid only in break mode or before you start the application. For more information, see Breaking Execution.

Note

The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Visual Studio Settings.

To step into a program that is not yet executing

  • From the Debug menu, choose Step Into.

To step while debugging

  1. The debugger must be in break mode.

  2. From the Debug menu, choose Step Into.

See Also

Concepts

Execution Control