No of visitors who read this post: 251
Category: Windows OS
Type: Question
Author: Smith Miller
No votes yet

Hi friend,

How to use windows debugger tool to analyze and solve hardware issue?

Hoping for an answer to my question.

Thanks

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

To use the Windows Debugger tool in your system, please try the following:

  • Go to Start
  • Click on Run
  • Type in windbg.exe
  • Press Enter
  • Choose File/Open then look for the program you would like to debug
  • Click on Open
  • Click on Debug button

Note:

Tanok Bloran

# (Solution Accepted)

Follow this instruction to use windows debugger tool.

  • Go to Start/Programs/Debugging Tools For Windows or Windbg.
  • A blank screen will appear.
  • Click on File/Symbol File Path.
  • Then Point the utility to where your symbols are. In my case C:\WINDOWS\Symbols. Click OK.
  • Then Click on File/Save Workspace.
  • Then Click on File/Open Crash Dump.
  • You will need to find the .dmp files, usually located in a file called Minidump.
  • Once you have the Minidump file, Click on Open.
  • Click on a file and a screen will pop up.
  • Click on No and the debugging process will start.