EgorBo / Disasmo

VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).
MIT License
638 stars 39 forks source link

Add known issues to readme #48

Closed xoofx closed 8 months ago

xoofx commented 8 months ago

Hey Egor! It's a small PR to add a 2 known issues (with workarounds) to the readme that I have discovered when using Disasmo.

xoofx commented 8 months ago

I have added also a small DisasmoLoader project for testing when trying to debug from command line the same command launched from VS.

EgorBo commented 8 months ago

Makes sense, Thanks! 🙂