Debugging Scheme

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

Screencast of debugging

IronScheme Debugging