Melodie Gauthier
Melodie Gauthier

Reputation: 715

VS 2015 Locals window disappear

In Visual Studio 2015, I am suddenly unable to see my locals window. It was working fine a couple of days ago, but since yesterday, if I click on Debug -> Windows -> Locals nothing happens. No window no nothing. Same thing if I click on Debut -> Windows -> Watch 1

Anyone else experiencing that? Is it a known bug?

Upvotes: 12

Views: 11091

Answers (3)

Chris Vaught
Chris Vaught

Reputation: 31

What happened with my VS was #1. I had several windows open in VS. Window #1 had Locals Toolbar pinned to it Window #2 Did not. When I Toggled it off in Window #2 it appeared back in Window #1.

Reset works to

Upvotes: 0

Nightrain
Nightrain

Reputation: 441

While Debugging:

Debug > Windows > Locals

Upvotes: 18

ManuelCanepa
ManuelCanepa

Reputation: 983

Try with Windows -> Reset Window Layout

Upvotes: 14

Related Questions