Debugging Tools for windows

Status
Not open for further replies.

mscrx

Posts: 310   +2
how do you guys use the debugging tools for windows with a mini0000000.dmp file?
do you use this command line:
"C:\Program Files\Debugging Tools for Windows\windbg.exe" -y srv*c:\symbols*http://msdl.microsoft.com/download/symbols -i c:\windows\i386 -z %dmp_path%

or do you use a batch with that string where you just change the name of the dump file?

I built a small application from which I can browse to the dump file and click a button to run it with windbg

thanks for input
mscrx
 
ok, didn't know about workspace was savable. reading is the key again :D
anyway I like my tool :) it also checks whether debugging tools are installed

thanks for your advice!
mscrx
 
Status
Not open for further replies.
Back