Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (D-E)
Guardian Procedure Calls Reference Manual—522629-013
4-9
DEBUGPROCESS Procedure
(Superseded by PROCESS_DEBUG_ Procedure )
DEBUGPROCESS Procedure 
(Superseded by PROCESS_DEBUG_ 
Procedure ) 
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
OSS Considerations
Summary   
The DEBUGPROCESS procedure invokes the debugging facility on a process.
The operating system provides a debugging facility that responds to debug events by 
passing control to one of two debugging utilities: Debug or the Inspect debugger. 
Debug is a low-level debugger. The Inspect debugger is an interactive symbolic 
debugger that lets you control program execution, display values, and modify values in 
terms of source-language symbols. 
Syntax for C Programmers
This procedure does not have a C syntax, because it is superseded and should not be 
used for new development. This procedure is supported only for compatibility with 
previous software.
Syntax for TAL Programmers       
Parameters
process-id input
INT:ref:4
is a 4-word array containing the process ID of the process to be debugged, where:
[0:2] Process name or creation timestamp
Note. This procedure is supported for compatibility with previous software and should not be 
used for new development.
CALL DEBUGPROCESS ( process-id ! i
 ,error ! o
 ,[ term ] ! i
 ,[ now ] ); ! i










