Configuring the "Debugging Tools"

Page 8 of 8 FirstFirst ... 678

  1. Posts : 86
    Microsoft Windows 7 Professional Edition Service Pack 1 (build 7601), 64-bit
       #71

    stevieray said:
    Thanks Geo64 and zigzag! Got it to work!

    For any noobs who follow:
    1. Open a command prompt as an admin, that'll give you:
    "C:\Windows\system32>"

    2. Enter "chdir /d C:\debuggers"... this will give you a new prompt "C:\debuggers"

    3. Enter "windbg.exe -IA" and Et Voila!

    Thanks again guys!
    It isn't working for me ..

    I get this:

    Code:
    C:\Windows\system32>chdir /d C:\debuggers
    
    C:\debuggers>windbg.exe -IA
    'windbg.exe' is not recognized as an internal or external command,
    operable program or batch file.
    
    C:\debuggers>windbg.exe -IA
    'windbg.exe' is not recognized as an internal or external command,
    operable program or batch file.
    
    C:\debuggers>
    Edit:

    Okay I jumped back to post #48 to find out a little more about why it isn't working for me.

    Arc said:
    • Expand the start menu to :
      Start > All Programs > Windows Kits > Debugging tools for Windows (x64)
    • Right click on Windbg (x64) > Properties .
    • Look at "targrt". If you installed at the default path, the tagret is :
      "C:\Program Files (x86)\Windows Kits\8.0\Debuggers\x64\windbg.exe"

    Open the command prompt.

    • Type -- CD C:\Program Files (x86)\Windows Kits\8.0\Debuggers\x64 and hit enter.
    • When the directory is accordingly changed, type windbg.exe -IA

    Is it done now?
    but I don't have a Windows Kits in my start programs

    Shouldn't I have it since I grabbed it from here: Windows Driver Kit (WDK) and Debugging Tools for Windows (WinDbg) downloads

    I just checked the folder C:\debuggers I made and there are no files in it. I don't know why.. I did install it. What am I doing wrong? (default is C:\Program Files\Microsoft SDKs\Windows\v7.1 but I changed it on the advice earlier in this thread to make it easier to find and all).

    I even TRIED to let it go to the default C:\Program Files\Microsoft SDKs\Windows\v7.1 and it is not there neither ..

    I even tried what was suggested here:
    Arc said:
    Try it: Debuggers (x64)

    A bit older version, but works exactly the same. Contains the debugger tool only and nothing more.
    But I get this:
    "Please insert the last disk of the Multi-Volume set and click OK to continue. "

    I also tried the stand alone ..
    Attached Thumbnails Attached Thumbnails Configuring the "Debugging Tools"-debugger_not_installing_the64bit.jpg   Configuring the "Debugging Tools"-windowsremotedebuggingclienterror.jpg  
    Last edited by kabo0m; 07 Nov 2014 at 16:41.
      My Computer


  2. Arc
    Posts : 35,373
    Microsoft Windows 10 Pro Insider Preview 64-bit
       #72

    Get this one and follow the instructions of the initial posts.

    Some places to get windbg got their nature changed over the passage of time.
      My Computer


  3. Posts : 86
    Microsoft Windows 7 Professional Edition Service Pack 1 (build 7601), 64-bit
       #73

    Arc said:
    Get this one and follow the instructions of the initial posts.

    Some places to get windbg got their nature changed over the passage of time.
    Ah okay good thank you! Now I can use the debugger to figure out why IELowutil.exe keeps on stopping.
    Attached Thumbnails Attached Thumbnails Configuring the "Debugging Tools"-dubugger_registered.jpg  
      My Computer


  4. Arc
    Posts : 35,373
    Microsoft Windows 10 Pro Insider Preview 64-bit
       #74

    You are welcome. :)
      My Computer


  5. Posts : 3
    Windows 7 home premium 64bit
       #75

    Most threads lead to this thread. I don't seem to have the right symbols. I have the SDK all set up as per the first thread and all of that appears to be correct. The symbols link is a dead link. I searched and found this link: Download Windows Symbol Packages

    I went to the windows 7 symbols and downloaded the first three symbol packages and still get the kernel symbols are wrong error message.

    I am running windows 7 home premium 64 bit. Not sure what I am missing, I am setting the file path properly.
      My Computer


  6. Posts : 19,383
    Windows 10 Pro x64 ; Xubuntu x64
       #76

    Open a blank instance of WinDBG, then press Ctrl+S.

    Does the Windows that opens, look like this?

    Configuring the "Debugging Tools"-1.png
      My Computer


  7. Posts : 3
    Windows 7 home premium 64bit
       #77

    It does now :) Thanks
      My Computer


  8. Posts : 19,383
    Windows 10 Pro x64 ; Xubuntu x64
       #78

      My Computer


  9. Posts : 1,810
    Dual Boot: Windows 8.1 & Server 2012r2 VMs: Kali Linux, Backbox, Matriux, Windows 8.1
       #79

    FWIW, I needed to change something in Powershell to get this command to work.

    Another entirely optional step that makes life easier. By registering WinDBG (the main debugger you'll want to use) as the default handler for common dump file types, you'll be able to double-click on a dump and have it open in WinDBG without having to go through the "File | Open..." menu operation every time. This registration needs to be performed from an elevated CMD prompt (run CMD as administrator):
    C:\>cd debuggers
    C:\debuggers>windbg.exe -IA
    I needed to navigate to c:\debuggers\debuggers\x64\ then type the command as .\windbg.exe -IA
    and that worked for me.
      My Computer


 
Page 8 of 8 FirstFirst ... 678

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 08:40.
Find Us