next up previous
Next: CmdLineClass Up: simlib Previous: BitSetClass

CallDebugger


     NAME
	  calldebugger - enter Simula debugger from program

     DESCRIPTION
	  Enter	the Simula debugger under program control.

     EXAMPLE
	     external procedure	Calldebugger;
	     ...
	     if	pointer	== None	then
		    CallDebugger;

     AUTHOR
	  Magnus Taube,	Lund University.

     DETAILED INTERFACE
	     procedure CallDebugger;
	  Start	the Simula debugger as if the program was  interrupted
	  with	a  ctrl-\.  The	 program  may  be  continued after the
	  debugging session.  Notice that this	procedure  acts	 as  a
	  no-op	if the program is not linked with the Simula debugger.