#include "..\..\..\..\gameengine\include\common\debug.h"
Go to the source code of this file.
◆ MESSAGE
Value:message (__FILE__
"(" TOKEN_IT(__LINE__)
") : " a)
Definition at line 54 of file wwdebug.h.
◆ STRING_IT
◆ TOKEN_IT
◆ W3D_DIE
◆ WWASSERT
◆ WWASSERT_PRINT
| #define WWASSERT_PRINT |
( |
| expr, |
|
|
| string ) |
◆ WWDEBUG_BREAK
| #define WWDEBUG_BREAK _asm int 0x03 |
◆ WWDEBUG_ERROR
| #define WWDEBUG_ERROR |
( |
| x | ) |
|
◆ WWDEBUG_H
◆ WWDEBUG_PROFILE_START
| #define WWDEBUG_PROFILE_START |
( |
| x | ) |
|
◆ WWDEBUG_PROFILE_STOP
| #define WWDEBUG_PROFILE_STOP |
( |
| x | ) |
|
◆ WWDEBUG_SAY
◆ WWDEBUG_TRIGGER
| #define WWDEBUG_TRIGGER |
( |
| x | ) |
|
◆ WWDEBUG_TRIGGER_GENERIC0
| #define WWDEBUG_TRIGGER_GENERIC0 0 |
◆ WWDEBUG_TRIGGER_GENERIC1
| #define WWDEBUG_TRIGGER_GENERIC1 1 |
◆ WWDEBUG_WARNING
| #define WWDEBUG_WARNING |
( |
| x | ) |
|
◆ WWRELEASE_ERROR
| #define WWRELEASE_ERROR |
( |
| x | ) |
|
Value:
void WWDebug_Printf_Error(const char *format,...)
Definition at line 123 of file wwdebug.h.
◆ WWRELEASE_SAY
| #define WWRELEASE_SAY |
( |
| x | ) |
|
Value:
void WWDebug_Printf(const char *format,...)
Definition at line 121 of file wwdebug.h.
◆ WWRELEASE_WARNING
| #define WWRELEASE_WARNING |
( |
| x | ) |
|
Value:
void WWDebug_Printf_Warning(const char *format,...)
Definition at line 122 of file wwdebug.h.
◆ AssertPrintFunc
| typedef void(* AssertPrintFunc) (const char *message) |
◆ PrintFunc
| typedef void(* PrintFunc) (DebugType type, const char *message) |
◆ ProfileFunc
| typedef void(* ProfileFunc) (const char *title) |
◆ TriggerFunc
| typedef bool(* TriggerFunc) (int trigger_num) |
◆ DebugType
| Enumerator |
|---|
| WWDEBUG_TYPE_INFORMATION | |
| WWDEBUG_TYPE_WARNING | |
| WWDEBUG_TYPE_ERROR | |
| WWDEBUG_TYPE_USER | |
Definition at line 63 of file wwdebug.h.
◆ Convert_System_Error_To_String()
| void Convert_System_Error_To_String |
( |
int | error_id, |
|
|
char * | buffer, |
|
|
int | buf_len ) |
◆ Get_Last_System_Error()
| int Get_Last_System_Error |
( |
| ) |
|
◆ WWDebug_Install_Assert_Handler()
◆ WWDebug_Install_Message_Handler()
◆ WWDebug_Install_Profile_Start_Handler()
◆ WWDebug_Install_Profile_Stop_Handler()
◆ WWDebug_Install_Trigger_Handler()
◆ WWDebug_Printf()
| void WWDebug_Printf |
( |
const char * | format, |
|
|
| ... ) |
◆ WWDebug_Printf_Error()
| void WWDebug_Printf_Error |
( |
const char * | format, |
|
|
| ... ) |
◆ WWDebug_Printf_Warning()
| void WWDebug_Printf_Warning |
( |
const char * | format, |
|
|
| ... ) |