D:\project\client\muguaji\frameworks\cocos2d-x\tools\simulator\libsimulator\lib\runtime\ConsoleCommand.cpp
rapidjson::Value bodyvalue(rapidjson::kObjectType);
rapidjson::Document* filecfgjson = _fileserver->getFileCfgJson();dReplyParse.AddMember("code", 0, dReplyParse.GetAllocator());
正常的交互命令应该是这样
onSendCommand是代码中打印的log
Console: listening on 0.0.0.0 : 6010
Console: listening on 0.0.0.0 : 6020
iShow!
onSendCommand {"cmd":"getversion","type":"request","seq":42}
onSendCommand {"cmd":"getfileinfo","type":"request","seq":43}
onSendCommand {"debugcfg":"'127.0.0.1','10000','luaidekey',nil,'win','\/CocosLuaGame\/'","cmd":"start-logic","type":"request","seq":44}
onStartDebuger
startScript debug args = require('debugger')('127.0.0.1','10000','luaidekey',nil,'win','/CocosLuaGame/','')
debug args = require('debugger')('127.0.0.1','10000','luaidekey',nil,'win','/CocosLuaGame/','')
onSendCommand {"cmd":"getversion","type":"request","seq":42}
onSendCommand {"cmd":"getfileinfo","type":"request","seq":43} //这个地方超时的话会导致exe被关闭