请教各位大神一个问题,在Runtime.cpp中有如下代码
if(strcmp(strcmd.c_str(),“start-logic”)==0){
char szDebugArg={0};
sprintf(szDebugArg, “require(‘debugger’)(%s,’%s’)”,dArgParse"debugcfg"].GetString(),g_resourcePath.c_str());
startScript(szDebugArg);
dReplyParse.AddMember(“code”,0,dReplyParse.GetAllocator());
}
==》请问“start-logic”从哪里来,有人研究过吗?