views:

78

answers:

2

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

How do I make it stay open?

+5  A: 

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.

Jeff Yates
+1  A: 

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.

BLeB