How to debug a function executed by a Thread (7 replies)
        Posted  
        
        on .NET 247
        
        See other posts from .NET 247
        
        
        
        Published on 03 Dec 2009 23:34:08
        Indexed on 
            2010/03/08
            3:32 UTC
        
        
        Read the original article
        Hit count: 244
        
Filed under: 
        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
        
        © .NET 247 or respective owner