From: John L. <jr...@us...> - 2005-12-05 06:11:22
|
Update of /cvsroot/wxlua/wxLua/apps/wxluaedit/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28335/wxLua/apps/wxluaedit/src Modified Files: wxledit.cpp Log Message: try to make the stack tree not segfault in wxLua app (still doesn't work) no major changes Index: wxledit.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxluaedit/src/wxledit.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wxledit.cpp 30 Nov 2005 23:52:30 -0000 1.3 --- wxledit.cpp 5 Dec 2005 06:11:14 -0000 1.4 *************** *** 641,645 **** luaInterp->SetLuaDebugHook(1, -1, true); ! luaInterp->RunString(wxT("print(\"Showing stack\")\n")); luaInterp->SetLuaDebugHook(hook_count, hook_yield, hook_send, hook_mask); luaShell->CheckPrompt(true); --- 641,645 ---- luaInterp->SetLuaDebugHook(1, -1, true); ! luaInterp->RunString(wxT("print(\"Showing stack\")")); luaInterp->SetLuaDebugHook(hook_count, hook_yield, hook_send, hook_mask); luaShell->CheckPrompt(true); |