lua-users home
lua-l archive

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


In fact, I already am, it's just that I must be careful not to let the mouse cursor getting too close to a lane handle.

-----Message d'origine-----
De : lua-bounces@bazar2.conectiva.com.br [mailto:lua-bounces@bazar2.conectiva.com.br] De la part de steve donovan
Envoyé : jeudi 10 décembre 2009 13:22
À : Lua list
Objet : Re: little LfW debugger and lanes module incompatibility

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_