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 query on VC++ environment

Status
Not open for further replies.

isaisa

Programmer
May 14, 2002
97
IN
Hi all,
i am a beginner in VC environment. i have question on debugging of VC IDE. i want to debug an multithreaded application. what i could able to do is debug single thread at a time and can view a stak info from debugging window. now i want to debug an application for two threads simultaniouly. is it possible first of all ??? if yes, how do i go about it ????? can i check the application with the help of debugger for thread safeness ???

thanks in advance.
sanjay
 
you just should set breakpoints where you want debugger to stop and rpess F5. The interface of debugger is self-explaining, see set over/step out/step in/run to cursor/start/pause

Ion Filipski
1c.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top