Share via


How to: Step Into Code

This topic applies to:

Edition

Visual Basic

C#

F#

C++

Web Developer

Express

Topic applies Topic applies Topic applies Topic applies Topic applies

Pro, Premium, and Ultimate

Topic applies Topic applies Topic applies

Topic applies

Topic applies

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 Working with Settings.

To step into a program that is not yet executing

  • On the Debug menu, choose Step Into.

To step while debugging

  1. The debugger must be in break mode.

  2. On the Debug menu, choose Step Into.

See Also

Concepts

Execution Control