added frameworks entities
This commit is contained in:
31
FRAMEWORKS/STPROC/HTTP_DEBUGGER_SERVICE.txt
Normal file
31
FRAMEWORKS/STPROC/HTTP_DEBUGGER_SERVICE.txt
Normal file
@ -0,0 +1,31 @@
|
||||
Subroutine HTTP_Debugger_Service(Void)
|
||||
/***********************************************************************************************************************
|
||||
|
||||
This program is proprietary and is not to be used by or disclosed to others, nor is it to be copied without written
|
||||
permission from SRP Computer Solutions, Inc.
|
||||
|
||||
Name : HTTP_Debugger_Service
|
||||
|
||||
Description : Handler program for the HTTP Debugger service module.
|
||||
|
||||
Notes : Service handler for HTTP Requests that abort due to a Runtime Error and the Debugger Intercept
|
||||
has been enabled.
|
||||
|
||||
Parameters :
|
||||
|
||||
Metadata :
|
||||
|
||||
History : (Date, Initials, Notes)
|
||||
03/07/17 dmb Original programmer. - [SRPFW-155]
|
||||
|
||||
***********************************************************************************************************************/
|
||||
|
||||
#pragma precomp SRP_PreCompiler
|
||||
|
||||
$insert APP_INSERTS
|
||||
$insert HTTP_INSERTS
|
||||
$insert RTI_DEBUG_COMMON
|
||||
|
||||
HTTP_Services('CreateLogFile', 'Debugger', SPStatus@ : @RM : SPStatCode@ : @RM : Curr_Program@ : @RM : CallDepth@ : @RM : LineNo@ : @RM : CallStack@)
|
||||
|
||||
Return
|
Reference in New Issue
Block a user