CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2001
    Posts
    745

    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

  2. #2
    Join Date
    Oct 2000
    Location
    London, England
    Posts
    4,773

    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
  •  





Click Here to Expand Forum to Full Width

Featured