Share via

Where can I obtain logger and logviewer from for WinDbg?

Mark Underwood 0 Reputation points
2024-11-13T09:43:02.45+00:00

https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/logger-and-logviewer indicates that the logger and log viewer are distributed with WinDbg.

I have installed WinDbg through the MicrosoftStore on my Windows 11 Enterprise machine (Version 23H2, OS Build 22631.4317, Experience Windows Feature Experience Pack 1000.22700.1041.0).

I have followed https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/using-the-debugger-and-logexts-dll but get:

0:000> !logexts.logi
The call to LoadLibrary(logexts) failed, Win32 error 0n2
    "The system cannot find the file specified."
Please check your debugger configuration and/or network access.
Extension DLL search Path:
    C:\Program Files\WindowsApps\Microsoft.WinDbg_1.2410.11001.0_x64__8wekyb3d8bbwe\amd64\WINXP;C:\Program Files\WindowsApps\Microsoft.WinDbg_1.2410.11001.0_x64__8wekyb3d8bbwe\amd64\winext;C:\Program Files\WindowsApps\Microsoft.WinDbg_1.2410.11001.0_x64__8wekyb3d8bbwe\amd64\winext\arcade;C:\Program Files\WindowsApps\Microsoft.WinDbg_1.2410.11001.0_x64__8wekyb3d8bbwe\amd64\pri;C:\Program Files\WindowsApps\Microsoft.WinDbg_1.2410.11001.0_x64__8wekyb3d8bbwe\amd64;C:\Users\marund01\AppData\Local\Dbg\EngineExtensions;C:\Program Files\WindowsApps\Microsoft.WinDbg_1.2410.11001.0_x64__8wekyb3d8bbwe\amd64;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\PuTTY\;C:\Users\marund01\AppData\Local\Microsoft\WindowsApps
You may also consider deploying your extension to the UserExtensions extension gallery repository
located at %LOCALAPPDATA%\dbg\UserExtensions folder. It would require an extension manifest.
Error: Failed to load extension logexts

I can see that WinDbg installed into .../Windows/Apps/Microsoft.WinDbg_1.2410.11001.0_x64__8wekyb3d8bbwe and I've searched within that location and can not find the Logexts.dll nor the Logger.exe files

WinDbg About shows:

Debugger client version: 1.2410.11001.0

Debugger engine version 10.0.27725.1000

Please can you advise how I can obtain logger and log viewer?

Windows for business | Windows Client for IT Pros | Devices and deployment | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-11-14T07:46:10.5733333+00:00

    Hello Mark Underwood,

    Thank you for posting in Q&A forum.

    You can obtain the Logger and LogViewer tools as part of the Debugging Tools for Windows package. These tools are included in the Windows Software Development Kit (SDK) and the Windows Driver Kit (WDK).

    Follow this link to get them:

    Download the Windows Driver Kit (WDK) - Windows drivers | Microsoft Learn

     

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.