EnterDebugger

Switches to the Novell internal system debugger.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  void EnterDebugger ( void );
  

Remarks

The EnterDebugger function stops the execution of the NetWare operating system and enters the internal system debugger. Once the debugger has been entered, user input at the keyboard is necessary to debug or to continue. The stack is adjusted so that you can enter the G command to allow to the system to proceed.

NOTE:This function is for code development and debugging. No EnterDebugger calls are allowed in shipping code.

See Also