Click to See Complete Forum and Search --> : Debugging Multi threaded Application


Kohinoor24
May 7th, 2002, 06:08 AM
Hi,
How can I debug a Multithreaded application.I have a multi threaded application having 3 threads including the main thread.I want to debug through each thread.How can I do it...

Kohinoor

NMTop40
May 7th, 2002, 06:23 AM
if running in visual c++ you can use the debugger and you'll find a "threads" item in your debug menu.

you may, of course, want to write to a log file, or even a log file per thread.


The best things come to those who rate