✅ Disassemble JIT compiled code with source lines?

Is there any tool that can do that locally? the DOTNET_JitDisasm env variable doesnt show which C# line each instruction came from, and I can't find any alternative tools. I thought sharplab.io had that information, but now I'm not seeing it so maybe I remembered wrong. I saw this image that has exactly the output I'm looking for. Are the source comments placed manually or is there some way to generate this?
1750122256_grimblast.png
Was this page helpful?