// Enable Remote Console
auto console = director->getConsole();
console->listenOnTCP(5678);
nc ip 5678
这样就连上了设备。Console模块内置了一些命令,打help可以查看了
可以试试命令
fps off
然后你就看到设备上面的fps信息没有了。
原文地址:http://blog.csdn.net/dawn_moon/article/details/45581249