GetDebuggerActiveCount

Determines whether the system is currently in the debugger.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  int GetDebuggerActiveCount ( void );
  

Return Values

If the debugger is active, returns a nonzero value. Otherwise, returns 0, which indicates that the system is not currently in the debugger.

See Also