|
-
May 7th, 2002, 06:08 AM
#1
Debugging Multi threaded Application
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
-
May 7th, 2002, 06:23 AM
#2
Re: Debugging Multi threaded Application
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|