Chloraphil
Chloraphil

Reputation: 2849

Prevent solution explorer from hiding when debugging

When I debug in Visual Studio the Solution Explorer is closed.

How do I make it stay open?

Upvotes: 18

Views: 6511

Answers (3)

DKR
DKR

Reputation: 21

Go to TOOLS->Import and Export Settings Wizard->Reset all settings .Reset all the change setting

Upvotes: 2

BLeB
BLeB

Reputation: 1746

When debugging go to View -> Solution Explorer to see the solution explorer. As long as you don't close it, it should show up wherever you leave it the next time you are debugging.

Upvotes: 20

Jeff Yates
Jeff Yates

Reputation: 62397

If you open the Solution Explorer during a debugging session, it should get saved as a preference when you close Visual Studio, making sure that it gets opened the next time you debug.

Upvotes: 25

Related Questions