Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Using windbg

Reply
 
 
Zaheer Khan
Guest
Posts: n/a

 
      12-07-2009

Hi,

I am trying to debug the crash dump using Windbg.
A few doubts regarding using Windbg.

1) Can I debug the crash using single PC
or one extra PC is required for debugging.

Any tutorials on how to use windbg are welcome.

Regards in anticipation of your replies,
Zaheer.


Submitted via EggHeadCafe - Software Developer Portal of Choice
Book Review: Practical .NET2 and C#2 - by Patrick Smacchia
http://www.eggheadcafe.com/tutorials...actical-n.aspx
 
Reply With Quote
 
 
 
 
Pavel A.
Guest
Posts: n/a

 
      12-07-2009
"Zaheer Khan" wrote in message news:...
>
> Hi,
>
> I am trying to debug the crash dump using Windbg.
> A few doubts regarding using Windbg.
>
> 1) Can I debug the crash using single PC
> or one extra PC is required for debugging.


For debuggin a dump, the 2nd machine is not needed.
Just run windbg, open the dump and download the OS symbols as explainded in
windbg help file.

> Any tutorials on how to use windbg are welcome.


After you install the debugging tools, run windbg and read the "getting
started" section in the windbg help file,
then Debugging techniques and Advanced Debugging techniques on use of the
!analyze command.

Also, read kernel_debugging_tutorial.doc in the directory where windbg is
installed.

God luck,
--pa


 
Reply With Quote
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      12-08-2009
> 1) Can I debug the crash using single PC

Yes, you can.

"windbg -z DumpFileName", or start WinDbg and drag-and-drop the dump file to it from the shell.

Then set up the symbols using !symfix, then !analyze -v and so on.

--
Maxim S. Shatskih
Windows DDK MVP

http://www.storagecraft.com

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: Problem attaching WinDbg to target after WDK7600 upgrade Jonathan Chang - MSFT Windows Vista Drivers 1 11-12-2009 03:52 PM
SearchIndexer.exe Running at 100% CPU Immy Windows Vista Performance 7 06-01-2007 01:01 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59