lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Dec 10, 2009 at 2:13 PM, Benoit Germain <bgermain@ubisoft.fr> wrote:
userdata it attempts to display. I can step the debugger until after
the creation of the lane and leave it there as long as I want, it
won't abort until I attempt to display the contents of the lane
variable. So I guess what I have to do now is debug the debugger while
being used to debug that code snippet. How can I do this?

I'll have a look at this this weekend - you should be able to debug
the main thread, I _think_