please change
case wxLUASOCKET_DEBUGGER_CMD_DEBUG_CONTINUE
in bool wxLuaDebugTarget::HandleDebuggerCmd(int debugCommand)
from:
case wxLUASOCKET_DEBUGGER_CMD_DEBUG_CONTINUE:
{
ret = Continue();
break;
}
case wxLUASOCKET_DEBUGGER_CMD_DEBUG_CONTINUE:
{
m_forceBreak =false;
ret = Continue();
break;
}
thank you
Andre
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users