When you hit a breakpoint in Visual Studio, everything stops. If you'd rather other processes keep running, you can enable that. If you've set multiple start projects to run when you start debugging, ...
Due to the size and complexity of the code, however, tracking this down by stepping through the code in the debugger (or by manually tracing through the code) is very time consuming.<br><br>So, ...