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
Printable View
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
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