Code ide调试quick cocos2d-x3.3rc0 sample

xcode可以运行的sample程序
然后用code ide来调试lua,错误如下

cocos2d: can not get file data of src/cjson.lua
cocos2d: :243: attempt to call a nil value

NodeEx.lua 出错代码如下

241 function Node:addNodeEventListener( evt, hdl, tag, priority )
242 if not flagNodeTouchInCocos then
243 tolua.getcfunction(self, “addNodeEventListener”)(self, evt, hdl, tag, priority)
244 return
245 end

有人处理过吗?

你用的不是远程调试吧?用普通的lua runtime是不能调试quick的程序的

楼主解决了吗?