yanglr / advDotnetDebugging

Source code for advanced .NET Debugging.

Home Page:https://yanglr.github.io

Repository from Github https://github.comyanglr/advDotnetDebuggingRepository from Github https://github.comyanglr/advDotnetDebugging

Source code for Advanced .NET Debugging (book)

Source code for the book Advanced .NET Debugging written by Mario Hewardt.

中文名: 《.NET高级调试》配套源代码~

The execute files (.exe) can be generated using:

msbuild buildall.xml

Here buildall.xml is under the folder adndsrc.

Windbg for windows 7 - download

x86: http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/setup/WinSDKDebuggingTools/dbg_x86.msi

x64: http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/setup/WinSDKDebuggingTools_amd64/dbg_amd64.msi

Windbg for windows 10 (WinDbg 10.0.18362.1) - download

x86: https://download.microsoft.com/download/4/2/2/42245968-6A79-4DA7-A5FB-08C0AD0AE661/windowssdk/Installers/X86%20Debuggers%20And%20Tools-x86_en-us.msi

x64: https://download.microsoft.com/download/4/2/2/42245968-6A79-4DA7-A5FB-08C0AD0AE661/windowssdk/Installers/X64%20Debuggers%20And%20Tools-x64_en-us.msi

Windbg preview (WindbgX) from Microsoft Store

https://www.microsoft.com/store/p/windbg/9pgjgd53tn86

About

Source code for advanced .NET Debugging.

https://yanglr.github.io

License:MIT License


Languages

Language:C# 82.4%Language:HTML 12.0%Language:C++ 5.7%