I put the source code on git, https://github.com/litdev1/SmallBasicANN. I recommend getting Visual Studio 2022 Community edition (all free) and cloning this repo from git. If you get that going so you can compile it, we can then see what next steps may be. We could add a small project (exe) to use it (its a dll so needs a calling program) directly in C# for example.
To use dnSpy:
1] Compile the program you want to debug in Small Basic.
2] Start dnSpy
3] Close any previous projects (File->Close All)
4] Open the compiled Small Basic program exe (File->Open...)
5] Open the tabs in Assembly Exporer (View->Assembly Explorer) until you get _SmallBasicProgram and select that
6] Put a break point in this code in the code window (click left of the line number, or F9)
7] Press Start (then OK)
8] Then step into the extension code as required, using break points, looking ar variables etc.
To use dnSpy:
1] Compile the program you want to debug in Small Basic.
2] Start dnSpy
3] Close any previous projects (File->Close All)
4] Open the compiled Small Basic program exe (File->Open...)
5] Open the tabs in Assembly Exporer (View->Assembly Explorer) until you get _SmallBasicProgram and select that
6] Put a break point in this code in the code window (click left of the line number, or F9)
7] Press Start (then OK)
8] Then step into the extension code as required, using break points, looking ar variables etc.