Piotr Dobrogost
Piotr Dobrogost

Reputation: 42425

How to make Error List window automatically active during compilation in visual studio?

How to make Error List window automatically active during compilation in visual studio instead of default Output window?

Upvotes: 2

Views: 1088

Answers (1)

Brann
Brann

Reputation: 32376

Options / Projects and Solutions / General / Always show error List...

You can also uncheck the "Show Output window when build starts" if needed.

Upvotes: 6

Related Questions