Debug mode is driven with the following options:
Turn on debugging mode. The parameter generate-debug-calls
is
set to true.
Turn off debugging mode. The parameter generate-debug-calls
is
set to false.
The implementation is mostly in ikarus.debugger.sls and ikarus.compiler.sls.
Set to true when debug mode is turned on. Defined in ikarus.compiler.sls, configured in ikarus.main.sls.
Evaluate the procedure proc under the debugging infrastructure.
It is used in the (ikarus main)
library (ikarus.main.sls)
to start the execution of a program and all the other execution modes.
proc is evaluated under the installation of an exception handler displaying the stack trace and offering the continuation alternatives.