|
Pyrogenesis
13997
|
#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 | |
| CDebuggingServer * | g_DebuggingServer |
| 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.
| CDebuggingServer* g_DebuggingServer |
Definition at line 26 of file DebuggingServer.cpp.
1.8.5