Reputation: 2849
When I debug in Visual Studio the Solution Explorer is closed.
How do I make it stay open?
Upvotes: 18
Views: 6511
Reputation: 21
Go to TOOLS->Import and Export Settings Wizard->Reset all settings .Reset all the change setting
Upvotes: 2
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
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