См. определение в файле CatchingContextTraps.c строка 113
114 {
115 #ifdef DEVELOPER
117 {
118 Print(
"********************");
119 Print(
"dbgTrapz | START");
120 Print(
"********************");
121 }
122 #endif
123
124 super.SetupInitialTypes();
125
126 #ifdef DEVELOPER
128 {
130 }
131 #endif
132 }
proto void Print(void var)
Prints content of variable to console/log.
proto native bool IsCLIParam(string param)
Returns if command line argument is present.
Перекрестные ссылки IsCLIParam() и Print().
Используется в UpdateDataAndMasks().