How to debug a function executed by a Thread (7 replies)
Hi all, I don't know how to step through the process function in the statement: new Thread(new ThreadStart(Process)).Start() When I hit F11, the function is not hit. It just directly goes to the next statement. Thanks, Betty