doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Enumerations
DebuggerMessages.h File Reference

Go to the source code of this file.

Enumerations

enum  EDebuggerMessage {
  DBMSG_UNKNOWN, DBMSG_CONNECT, DBMSG_CONNECTED, DBMSG_DISCONNECT,
  DBMSG_ADDBREAKPOINT, DBMSG_REMOVEBREAKPOINT, DBMSG_HITBREAKPOINT, DBMSG_RESUME,
  DBMSG_RESUMED, DBMSG_BREAK, DBMSG_PRINT, DBMSG_INSPECTVARIABLE,
  DBMSG_INSPECTCALLSTACK, DBMSG_INSPECTTHREADS, DBMSG_STEPOVER, DBMSG_STEPINTO
}
 

Enumeration Type Documentation

Enumerator
DBMSG_UNKNOWN 
DBMSG_CONNECT 
DBMSG_CONNECTED 
DBMSG_DISCONNECT 
DBMSG_ADDBREAKPOINT 
DBMSG_REMOVEBREAKPOINT 
DBMSG_HITBREAKPOINT 
DBMSG_RESUME 
DBMSG_RESUMED 
DBMSG_BREAK 
DBMSG_PRINT 
DBMSG_INSPECTVARIABLE 
DBMSG_INSPECTCALLSTACK 
DBMSG_INSPECTTHREADS 
DBMSG_STEPOVER 
DBMSG_STEPINTO 

Definition at line 31 of file DebuggerMessages.h.