debugging multi threading application
-
Hi all, I have made a sdi application, in which i have made several ui threads... Now, i want to debug my program.. how should i debug it... Thanks in advance
-
Hi all, I have made a sdi application, in which i have made several ui threads... Now, i want to debug my program.. how should i debug it... Thanks in advance
Just Googled [^] and Found this[^] What the exact kind of UI/Application problem you're going to resolve?
-Sarath. "Great hopes make everything great possible" - Benjamin Franklin
My blog - Sharing My Thoughts, An Article - Understanding Statepattern
-
Hi all, I have made a sdi application, in which i have made several ui threads... Now, i want to debug my program.. how should i debug it... Thanks in advance
break points , message boxes , log files that what I do
Vikas Amin
My First Article on CP" Virtual Serial Port "[^]
modified on Thursday, July 24, 2008 5:33 PM
-
Hi all, I have made a sdi application, in which i have made several ui threads... Now, i want to debug my program.. how should i debug it... Thanks in advance
if you use visual studio 2008 http://www.codeproject.com/KB/cpp/ThreadVS2008.aspx[^]
Vikas Amin
My First Article on CP" Virtual Serial Port "[^]