sleong
February 7th, 2012, 06:00 PM
I am taking over one project from previous engineer. The project is using multithread and each thread is excuting a window process. How do I debug the process that is running in the background? I tried to us windbg -p <pid> /g. It does not work for me. It prompt invalid process id. I think because the processes are running and quick. The code is written .NET C#. I don't know what failed in the middle of the process. If you know the way to debug, can you let me know.
Thanks
Thanks