On Tue, Nov 25, 2008 at 12:19 PM, arpin <[EMAIL PROTECTED]> wrote:
> arpin <[EMAIL PROTECTED]> writes:
>
>>
>> If one code the following function
>>
>>     --wxString BugsGridTable::GetRowLabelValue( int col )
>>     gridtable.GetRowLabelValue = function( self, row )
>>         error("unexpected row");
>>         return "x"..row;
>>     end
>>
> This occurs when you are in the debugger it does not happen if just run the
> program. I got so used to have the debugger behave that I ignore this
> important aspect of the problem.

It is interesting that it only happens in the debugger. In the past
I've only had problems that for some reason won't occur in the
debugger and those are particularly difficult to diagnose.

Lets just chalk it up to a bad interaction of the long jump with the
debugger. However, I do appreciate the reports of things not working
as expected.

Regards,
    John

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to