在没有Visual Studio时使用WinDbg进行调试。
可以直接在MS Store上安装。
无法下载时使用命令行安装
https://apps.microsoft.com/store/detail/windbg-preview/9PGJGD53TN86?hl=zh-cn&gl=cn&rtc=1
C:\WINDOWS\system32>Invoke-WebRequest ‘paste url here’ -OutFile "C:\debug\windbg.appx"
Invoke-WebRequest 'http://tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/4c032be9-8e5e-490e-9d84-3eb4392501ad?P1=1676013430&P2=404&P3=2&P4=VTe6xBI%2f19MIEc0e8iVDgPRcmIljC%2b2ACwt7UMC614nPuRY8CJSY42m9mtW7WOPPwGMbdrc59%2bQqe4QTgshxkA%3d%3d' -OutFile “C:\debug\windbg.appx”
C:\WINDOWS\system32>Add-AppxPackage -Path C:\debug\windbg.appx
可以使用了。