Multiple exceptions in the Visual Studio Output window during debugging
During debugging, there are tones of exceptions are written to the output window:
A first chance exception of type 'JetBrains.ReSharper.Psi.XmlIndex.XmlIndexableBase.IgnoreFileException' occurred in JetBrains.ReSharper.Psi.dll
With all these "noise" messages the output window becomes close to impossible to use during debugging. How to deal with it?
ReSharper 8.1, Visual Studio 2013 Ultimate
Please sign in to leave a comment.
What are you debugging? If it's devenv.exe, unfortunately, there is no way to get rid of it - the exeptions are thrown and caught by ReSharper as part of its processing of files.