lua-users home
lua-l archive

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


On Sun, 15 Apr 2007 23:44:32 -0500, Steve Heller
<steve@steveheller.com> wrote:

>2. How do I actually use breakpoints? I don't seem to be able to get
>them to do anything. I can set them, but then if I do a "c" to
>continue, they seem to be ignored. Also, if I call "ldb()" to invoke
>the debugger, then try to do "s" or "n", I get a message "Not inside
>breakpoint". Do you have an example of how to use them?

Never mind. I reread the documentation and figured it out myself. I
think your debugger will be very helpful!

Steve