Would you be interested in a live chat session on debugging techniques?
We’ve been thinking about hosting a live group chat session to talk with the debugging community. If we had such a chat, the discussion would focus on debugging techniques and any questions you may have about anything we’ve previously blogged about. If you’d be interested in participating in a chat session, please answer the survey question below. Also, feel free to leave a comment on this page if there’s a particular debugging topic you would like for us to cover in the chat.
Thanks everyone for your feedback! This survey is now closed.
Comments
Anonymous
April 16, 2008
PingBack from http://microsoftnews.askpcdoc.com/?p=2891Anonymous
April 16, 2008
Personally i would be interested in effective ways of debugging Memory Corruption problems as these just often point to random internal memory related operations in the kernel because of the Memory already being corrupt. As soon as physical memory checks out often the only thing i do is using Driver Verifier to check all Drivers. With many PC's having 50-60 drivers and Driver Verifier only being effective with a few Drivers at a time such problems are painstakingly slow to debug. Especially since Memory Corruption problems often can take a long time to reveal themselves. I'm fairly new to debugging but say that you have captured 4-5 kernel-memory dumps, are there any effective tips on how to narrow down the problem?Anonymous
April 16, 2008
debugging with minidump files from Windows Error ReportingAnonymous
April 16, 2008
I would be really interested in that ....Anonymous
April 17, 2008
I am a newbie to debugging but I am interested in this.Anonymous
April 17, 2008
How to troubleshoot Pool Corruption.Anonymous
April 17, 2008
Count me in too, I would like to suggest scenarios where default !analyze -v points to a incorrect binary/module or a module that wasn't the original cause of the crash.Anonymous
April 17, 2008
Yes definetly.Every aspect of debugging is interesting for me.Anonymous
April 21, 2008
Yes, I am interested in acurately determining local variable values (when you do have matching public and private symbols)in optimized release builds. The applications of interest for debugging are unmanaged VC++ (VS2005 or later).