Want to switch to Error list after Build if there were errors
I develop in C# using VS 2008.
Is there a way to configure VS 2008 so if there were B开发者_Python百科uild Errors it will automatically switch to "Error List" window?
In VS2008, Tools > Options > Projects and Solutions > General > check the Always show Error List if build finishes with errors.
Whether the error list is pinned or set to "auto-hide," when the build fails it will be visible with the list of errors. At that point if you hit an arrow key to traverse the list, it becomes focused and you can navigate the window.
I don't know of any options or preferences which alter this behavior.
精彩评论