[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: debug.traceback() without message but with level doesn't seem to wok
- From: Richter, Jörg <Joerg.Richter@...>
- Date: Tue, 14 Jun 2011 06:29:20 +0000
>The manual is wrong. It should read like this:
>
> debug.traceback ([thread,] [message [, level]])
>
>You can use nil as your message to specify a level without a message.
This case was (somewhat hidden) in my first message too:
$ lua -e 'print( debug.traceback( nil, 1 ) )'
nil
With this arguments it doesn't work at all.
Jörg