Debugging Tools for Windows
Results 1 to 5 of 5

Thread: Debugging Tools for Windows

  1. #1
    Registered User hudsonsmith's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    2,276

    Debugging Tools for Windows

    I have had a lot of success troubleshooting BSOD's using Microsoft's debugging tools. If you configure windows to save a memory dump (not a mini-dump), you can analyze the memory.dmp file using WinDbg. It will ususally tell you the driver, dll, sys, etc. responsible for the crash (not the one reported on the blue screen, but the actual driver responsible), along with the specific instruction that caused it.

    I recommend downloading the symbol sets for whichever version(s) of windows you are going to debug (I keep them on a CD). Otherwise, the progam takes a long time to download the symbols it needs from the web each time you run it. It will still check the web for updated symbols.
    Probability factor of one to one...we have normality, I repeat we have normality. Anything you still can't cope with is therefore your own problem.

  2. #2
    Registered User natcom's Avatar
    Join Date
    Oct 2003
    Posts
    171

    Thumbs up

    thank you for the info and the tool

  3. #3
    Registered User natcom's Avatar
    Join Date
    Oct 2003
    Posts
    171
    do you mind if i ask you how do you used windbg ?

  4. #4
    Registered User WebHead's Avatar
    Join Date
    Oct 2000
    Posts
    8,208
    Cool. Thanks. You da man!

  5. #5
    Registered User hudsonsmith's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    2,276
    Quote Originally Posted by natcom
    do you mind if i ask you how do you used windbg ?
    Just like I said above. Load the memory.dmp file and run !analyze /v. There is extensive documentation included with the program. Also take a look here: http://www.microsoft.com/whdc/devtoo...ebugstart.mspx

Similar Threads

  1. Helpful websites? Useful tools?
    By TechIr1shm1ike in forum Tech Tips
    Replies: 4
    Last Post: February 6th, 2002, 02:57 PM
  2. NT Admin Tools
    By LadyTech in forum Windows NT/2000
    Replies: 2
    Last Post: May 1st, 2001, 08:05 AM
  3. [RESOLVED] Web design tools
    By Fierce1 in forum Tech-To-Tech
    Replies: 7
    Last Post: January 17th, 2001, 05:33 PM
  4. [RESOLVED] The every day usage of tools
    By Snock in forum Tech Lounge & Tales
    Replies: 9
    Last Post: November 8th, 2000, 12:01 PM
  5. [RESOLVED] Activex debugging for java
    By wiseacre in forum Windows 95/98/98SE/ME
    Replies: 0
    Last Post: November 14th, 1999, 02:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •