Click here to Skip to main content
16,004,782 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: parseing date/time strings Pin
Steve Echols16-Nov-06 6:54
Steve Echols16-Nov-06 6:54 
GeneralRe: parseing date/time strings Pin
Jim Crafton16-Nov-06 9:31
Jim Crafton16-Nov-06 9:31 
GeneralRe: parseing date/time strings Pin
Steve Echols16-Nov-06 10:45
Steve Echols16-Nov-06 10:45 
QuestionWindow and Control Layouts Pin
BlitzPackage14-Nov-06 16:09
BlitzPackage14-Nov-06 16:09 
QuestionCharacter based Printing Pin
Bram van Kampen14-Nov-06 15:30
Bram van Kampen14-Nov-06 15:30 
QuestionDebug information storage Pin
deivakumar14-Nov-06 14:57
deivakumar14-Nov-06 14:57 
AnswerRe: Debug information storage Pin
Anthony Mushrow14-Nov-06 15:05
professionalAnthony Mushrow14-Nov-06 15:05 
AnswerRe: Debug information storage Pin
Bram van Kampen14-Nov-06 16:27
Bram van Kampen14-Nov-06 16:27 
Yes,

Standard Debugging Methods:-

Depending on whether you are a beginner or advanced user, the answer to your question is either simple or complicated. I asume for now that you are a beginner! Because your question touches on many issues beginners face, I will try and formulate an answer,.-

The question is: How do I monitor what's happening. The old adage used to be: "When in doubt, print more out". The general idea is, write a few macro's which at time of debug dump variables and line numbers etc to a file, and make sure that the self same macro's resolve to ((void)0) at release.
-Write code that dumps variable valies to a file
-use Conditional code to call int3's (User Breakpoints)
-set conditional breakpoints in your file(s)

LateNightsInNewry
QuestionCPU usage up to 100% Pin
zhaohaicheng14-Nov-06 14:47
zhaohaicheng14-Nov-06 14:47 
AnswerRe: CPU usage up to 100% Pin
Anthony Mushrow14-Nov-06 14:53
professionalAnthony Mushrow14-Nov-06 14:53 
AnswerRe: CPU usage up to 100% Pin
h-ker14-Nov-06 15:31
h-ker14-Nov-06 15:31 
GeneralRe: CPU usage up to 100% Pin
Christian Graus14-Nov-06 16:50
protectorChristian Graus14-Nov-06 16:50 
GeneralRe: CPU usage up to 100% Pin
Hamid_RT14-Nov-06 18:45
Hamid_RT14-Nov-06 18:45 
GeneralOT Pin
Monty214-Nov-06 19:26
Monty214-Nov-06 19:26 
GeneralRe: OT Pin
Hamid_RT14-Nov-06 20:15
Hamid_RT14-Nov-06 20:15 
AnswerRe: CPU usage up to 100% Pin
Christian Graus14-Nov-06 16:51
protectorChristian Graus14-Nov-06 16:51 
AnswerRe: CPU usage up to 100% Pin
zhaohaicheng14-Nov-06 18:21
zhaohaicheng14-Nov-06 18:21 
GeneralRe: CPU usage up to 100% Pin
Christian Graus14-Nov-06 19:15
protectorChristian Graus14-Nov-06 19:15 
GeneralRe: CPU usage up to 100% Pin
Bram van Kampen16-Nov-06 16:41
Bram van Kampen16-Nov-06 16:41 
AnswerRe: CPU usage up to 100% Pin
Hamid_RT14-Nov-06 18:46
Hamid_RT14-Nov-06 18:46 
AnswerRe: CPU usage up to 100% Pin
zhaohaicheng14-Nov-06 20:57
zhaohaicheng14-Nov-06 20:57 
GeneralRe: CPU usage up to 100% Pin
Bram van Kampen16-Nov-06 16:52
Bram van Kampen16-Nov-06 16:52 
Questionhovering Pin
locoone14-Nov-06 13:42
locoone14-Nov-06 13:42 
AnswerRe: hovering Pin
Steve Echols14-Nov-06 14:28
Steve Echols14-Nov-06 14:28 
GeneralRe: hovering Pin
locoone14-Nov-06 14:47
locoone14-Nov-06 14:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.