Debugging with dnSpy - Printable Version +- Small Basic Forum (https://litdev.uk/mybb) +-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1) +--- Forum: C# Moving from Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=6) +--- Thread: Debugging with dnSpy (/showthread.php?tid=73) |
Debugging with dnSpy - litdev - 05-20-2024 I have been playing with dnSpy and find it very useful for debugging Small Basic programs. You can get it from https://github.com/dnSpy/dnSpy/releases - (download dnSpy-net-win64.zip, unblock, extract from zip and run dnSpy.exe, then File->Open... a compiled Small Basic exe and get a professional debugging experience!) It allows me to debug into SmallBasicLibrary.dll as well as extensions like LitDev.dll. This is very useful for me to test things, but maybe also for Small Basic users to see how things are done in extension code. |