Expressions qualified to thread number

Within a program, every expression is qualified to a specific thread.

The thread that a variable is qualified to displays in the Debug view when the variable is selected.

Note: A variable with the same name (but belonging to different scopes) may have different values on the same thread.

Feedback