|
rob@hoelzro.net wrote: > I wanted to set up my application to print a backtrace on panic, but it > seems Lua resets the stack on panic. How exactly were you doing it? You could look at how it is done in the Lua standalone - see "docall" function. Sincerely, Nick