I have a multi threaded application. It also uses some unmanaged code, an ODBC driver. If I am in a specific thread, sometimes I hit step over, F10, however it doesn't stop on the next line, the program runs as though I have hit F5 to continue. Any ideas why this is?
Update 1
When I say the program runs, I mean the thread I am in. I have one file that is a signal thread. I break on C, hit F10, and with out any break I get instructions the whole way to Z.