Share via


Active Statements 

This topic applies to:

Visual Studio Edition

Visual Basic

C#

C++

J#

Express Edition

No

Yes

No

No

Standard Edition

No

Yes

No

No

Pro/Team Edition

No

Yes

No

No

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

Active statements include the current statement—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#)