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.
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.