Re: [wxlua-users] correction allow debugger to run after a break

2008-03-25 Thread John Labenski
You're right, thanks. Fixed in CVS. Regards, John On Sun, Mar 23, 2008 at 2:46 PM, andre arpin <[EMAIL PROTECTED]> wrote: > please change > case wxLUASOCKET_DEBUGGER_CMD_DEBUG_CONTINUE > in bool wxLuaDebugTarget::HandleDebuggerCmd(int debugCommand) > > from: > case wxL

[wxlua-users] correction allow debugger to run after a break

2008-03-23 Thread andre arpin
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_