Active Statements

This topic applies to:

Edition

Visual Basic

C#

C++

Web Developer

Express

Topic does not apply Topic applies Topic does not apply Topic applies

Standard

Topic does not apply Topic applies Topic does not apply Topic applies

Pro and Team

Topic does not apply Topic applies Topic does not apply 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.

When you are debugging, any function currently on the call stack is an active function.

Active statements include the current statement, which is the statement where the execution pointer is currently located, and any statements in active functions that were called to get to the current statement.

The current statement is marked by a yellow background in the source window. Other active statements are marked by a gray background and are read only. These default colors can be changed in the Options dialog box.

See Also

Tasks

How to: Use Edit and Continue (C#)

Reference

Edit and Continue (Visual C#)

Supported Code Changes (C#)