Ikarus User Constants
In the Constants file, you'll find user variables that control various aspects, including the debug output of Ikarus. You can customize these variables to suit your needs.
MEM-Helper
- const string MEM_FARFARAWAY
 Waypoint where the Mem-Helper is spawned (default:- "TOT")
- const string MEM_HELPER_NAME
 Name of the Mem-Helper (default:- "MEMHLP")
Debug
- const int zERR_ErrorBoxOnlyForFirst
 Controls whether only the first error should trigger an error box (default:- 1).
- const int zERR_StackTraceOnlyForFirst
 Determines if stack traces should be displayed only for the first error (default:- 0).
MEM_Debug
The MEM_Debug function allows you to set up a custom message channel for debugging purposes. You can adjust the following variables to configure this channel:
- const string zERR_DEBUG_PREFIX
 Specifies a prefix to be added to each debug message (default:- "Debug: ").
- const int zERR_DEBUG_TOSPY
 Controls whether- MEM_Debugmessages should be sent to zSpy (default:- 1).
- const int zERR_DEBUG_TYPE
 Specifies the message type for- MEM_Debugmessages when sent to zSpy (default:- zERR_TYPE_INFO).
- const int zERR_DEBUG_TOSCREEN
 Determines whether- MEM_Debugmessages should be printed to the screen (default:- 0).
- const int zERR_DEBUG_ERRORBOX
 Allows you to display an error box for- MEM_Debugmessages (default:- 0).