Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Enumerations | Variables
DebuggingServer.h File Reference
#include "third_party/mongoose/mongoose.h"
#include "ScriptInterface.h"
#include "lib/external_libraries/libsdl.h"

Go to the source code of this file.

Classes

class  CDebuggingServer
 

Enumerations

enum  DBGCMD {
  DBG_CMD_NONE =0, DBG_CMD_CONTINUE, DBG_CMD_SINGLESTEP, DBG_CMD_STEPINTO,
  DBG_CMD_STEPOUT
}
 
enum  STACK_INFO { STACK_INFO_LOCALS =0, STACK_INFO_THIS, STACK_INFO_GLOBALOBJECT }
 

Variables

CDebuggingServerg_DebuggingServer
 

Enumeration Type Documentation

enum DBGCMD
Enumerator
DBG_CMD_NONE 
DBG_CMD_CONTINUE 
DBG_CMD_SINGLESTEP 
DBG_CMD_STEPINTO 
DBG_CMD_STEPOUT 

Definition at line 29 of file DebuggingServer.h.

enum STACK_INFO
Enumerator
STACK_INFO_LOCALS 
STACK_INFO_THIS 
STACK_INFO_GLOBALOBJECT 

Definition at line 30 of file DebuggingServer.h.

Variable Documentation

CDebuggingServer* g_DebuggingServer

Definition at line 26 of file DebuggingServer.cpp.