http://blog.codingnow.com/2016/11/lua_debugger.html It aims to separate debug code from host code. All you need to do is require 'remotedebug'. Remotedebug also makes intercept host code clean and easy. It doesn't add memory footprint to host vm. 这个6…
Call custom c++ from Lua cocos2d-x lua binds c++ class, class functions ,enum and some global functions to lua through auto-binding by bindings-generator(tools/bindings-generator) and some manual binding,so we can call custom c++ from lua convenientl…