I'm troubleshooting a solution which a very large code base using step by site debugging in Visual Studio. There are a lot of things going on in the background and a client application makes regular calls to the backend. When I'm debugging the calls create exceptions. So when I'm stepping through the code suddenly I jump to some exception handling code that among other things logs.
This makes it very hard to find the exceptions that has to do with the issue I'm troubleshooting. Is there some way to make the debug stepping ignore what is not part of the thread I am currently in?