I have app that uses two threads: one thread for regular application work and another that does some background processing. When I debug my app and have a error message displayed I click pause to get to the line when this error ocurred.
But unfortunately I'm redirected to current line of the second background thread.
My question is: how to force VC# to go on pause to line executed by my main thread?