13 lines
252 B
Plaintext
13 lines
252 B
Plaintext
Compile subroutine OEngineInit(void)
|
|
#pragma SRP_Precompiler
|
|
|
|
$Insert ENVIRON_CONSTANTS
|
|
|
|
Declare subroutine Set_Env
|
|
|
|
Set_Env(ENV_DEBUGGER_ENABLED$, 2, 1)
|
|
Set_Env(ENV_DEBUGGER_INTERCEPT_PROC$,'SERVICE_MANAGER_DEBUGGER_INTERCEPT',1)
|
|
|
|
return
|
|
|