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 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
>  wxlua-users@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/wxlua-users
>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to