Rick Posted January 29, 2015 Share Posted January 29, 2015 Any way to get a stack trace from lua when errors happen? Quote Link to comment Share on other sites More sharing options...
Guppy Posted January 29, 2015 Share Posted January 29, 2015 you can from C++, but unless josh has exposed a function for it the the embedded lua doesn't support it. ( stand alone lua calls debug.backtrace iirc ) Quote System: Linux Mint 17 ( = Ubuntu 14.04 with cinnamon desktop ) Ubuntu 14.04, AMD HD 6850, i5 2500k Link to comment Share on other sites More sharing options...
Averice Posted February 1, 2015 Share Posted February 1, 2015 debug.traceback is what you want. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.