WinDbg is very useful when you develop software with assembly language.
You can install WinDbg using PowerShell by opening PowerShell as an administrator and running this command:
1 | PS C:\WINDOWS\system32> Add-WindowsCapability -Online -Name WinDbg |
You can download it from the Microsoft store.