Trigger panic for testing custom error handler
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Trigger panic for testing custom error handler
- From: Noah Watkins <jayhawk@...>
- Date: 2013年1月22日 08:23:07 -0800
Hi,
I have a custom error handler installed using lua_atpanic. Is there a convenient way to trigger a panic in order to test/debug the handler?
Thanks,
-Noah