Brian McCarthy
Brian McCarthy

Reputation: 4784

Visual Studio 2008 - How to keep Error List Window always open

Every time I open Visual Studio 2008, I have to go to View, Error List to open the Error List Window and VS2008 doesn't save the setting for the next time I start it. Also, after I exit debug mode on the app I am coding, the Error List Window on the bottom of the page disappears!

How do I have VS2008 save the setting to display the error window on startup and always stay up no matter what?

Thanks! :)

Upvotes: 1

Views: 2795

Answers (1)

Winger
Winger

Reputation: 676

All you need to do is

  • "pin" the Error List window in place by pressing the thumbnail icon in the top right corner of the window.
  • Then, click on the down arrow, and de-select "Auto-Hide" from the drop down and it will remain open!

Pinning the Error List window

Upvotes: 3

Related Questions