Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debugging multithreaded application.

Status
Not open for further replies.

isaisa

Programmer
May 14, 2002
97
IN
Hi,
I am facing some difficulty in debugging the multi threaded application written in VC++. I need to debug two threads simultaniously. Actually wanted to know/view status of the two threads. how do i do it? is there any technical artical which i can refer to before debugging multithreaded application in VC++?

Thanks in advance.
Sanjay
 
You can select wich thread to debug with the meny option:
Debug->Threads...

/Per

"It was a work of art, flawless, sublime. A triumph equaled only by its monumental failure."
 
Hi Per,
Thanks a lot. i got it.

Sanjay
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top