Posted 29 October 2015 - 03:01 PM
Is lua's debug library implemented in CC? I was hoping to use debug.getinfo to improve traceability.
My code's pretty heavy on the coroutines so when a function parameter is mishandled higher up the stack the default trace usually doesn't cut it. error(_,level) has been helpful but it would be nice to avoid having to throw exceptions whenever there's a problem…
My code's pretty heavy on the coroutines so when a function parameter is mishandled higher up the stack the default trace usually doesn't cut it. error(_,level) has been helpful but it would be nice to avoid having to throw exceptions whenever there's a problem…