Skip to content

Is there any way that NativeAOT can provide a debugging experience similar to Windbg SOS.dll? #111026

Discussion options

You must be logged in to vote

Instructions for using SOS with native AOT are at https://learn.microsoft.com/en-us/dotnet/core/diagnostics/debugger-extensions (look for "AOT" to find native AOT-specific notes), but basically dotnet tool install --global dotnet-debugger-extensions, followed by dotnet-debugger-extensions install in terminal. Followed by .load %USERPROFILE%\.dotnet\sos\sos.dll in WinDBG.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TickThunder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants