I need tips on debugging...
Is there any resource out there that will help me understand all that debugging garbage that windows throws at me?? My program is having an invalid page fault, and it gives me this huge stack dump... but, uh... I can''t tell what the heck it''s trying to tell me. I would REALLY appreciate some help here! I''m sitting on pins and needles!
Thanx, all!
The Shaz
"I don''t want to be a pie... I don''t like gravy." - Babbs, Chicken Run
Optimism is not a state of mind, but a form of life!SuperNova Games
Please don''t take this wrong as it''s not meant to be smart-a$$ advice: Your debuggers documentation. It can tell you about all sorts of nifty little features. Take for example your callstack. When you learn to unwind it, you find the dumps and exception faults aren''t usually where you need to look, (the "crimes" been done so to speak) but rather what was going on before hand and led up to the computer telling you DOH!
Again, that''s just one example. Your debugger documentation. It''s a tool, just like your compiler and your linker. Might as well learn it too...
YAP-YFIO,
deadlinegrunt
Again, that''s just one example. Your debugger documentation. It''s a tool, just like your compiler and your linker. Might as well learn it too...
YAP-YFIO,
deadlinegrunt
~deadlinegrunt
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement