From: John L. <jr...@us...> - 2007-03-19 21:56:15
|
Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25513/wxLua/modules/wxluadebug/include Modified Files: wxldebug.h Log Message: comment why we remove items from the stack before calling our C functions make wxLuaCheckStack::DumpStack a little nicer by printing types and values Index: wxldebug.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/wxldebug.h,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** wxldebug.h 21 Jan 2007 23:13:08 -0000 1.31 --- wxldebug.h 19 Mar 2007 21:56:11 -0000 1.32 *************** *** 152,155 **** --- 152,156 ---- static void DumpTable(lua_State* L, const wxString &tableName); static void DumpTable(lua_State* L, int index, const wxString& tablename, wxLuaStringToLongHashMap& dumpList, int indent); + static void DumpStack(lua_State* L); private: |