|
> Consider my ctrace at That’s a useful tool, which will aid my solution further; however I would like to do a similar thing with any and all Lua functions. i.e., I want to trace calls to `print` and the arguments+results of those calls, is there a way of using lua_Hook safely and having access to the arguments and results? Or is there a function in Lua I could “wrap” for this kind of tracing? ~b |