Debugging Scheme
- Make sure application is in debug mode. Use (debug-mode? #t) to place IronScheme into debug mode. Or start IronScheme with the -debug switch.
- Attach a debugger to the IronScheme.Console.exe process.
- Set a breakpoint in the source code, and run the program.
Screencast of debugging
IronScheme Debugging