Add plugin version to debug trace information (bug 3649, r=joropito)

Former-commit-id: 9bfdce37387378597a5fe73a78dbb495d70add19
This commit is contained in:
Vincent HERBET
2013-06-17 17:49:20 +02:00
parent a1306b8d96
commit 525c45e9f5
2 changed files with 22 additions and 2 deletions

View File

@@ -138,6 +138,7 @@ private:
cell _CipAsVa(cell cip);
const char *_GetFilename();
const char *_GetVersion();
public:
AMX *m_pAmx;
AMX_DBG *m_pAmxDbg;
@@ -145,7 +146,8 @@ public:
int m_Top;
cell *m_pOpcodeList;
String m_FileName;
String m_Version;
CVector<Tracer *> m_pCalls;
};