1、Cocos2d-x3.10
找到项目目录下的:frameworks\runtime-src\Classes\ide-support
打开CodeIDESupport.h并将
#define CC_CODE_IDE_DEBUG_SUPPORT 0
修改为
#define CC_CODE_IDE_DEBUG_SUPPORT 1

2、Cocos2dx-3.16
使用VS打开项目,全局搜索CC_CODE_IDE_DEBUG_SUPPORT,找到定义的地方,将0改为1;PS:
只要将其值修改大于1即可
Cocos2d-x 3.x显示控制台信息

相关文章:

  • 2021-09-24
  • 2022-12-23
  • 2021-06-09
  • 2021-04-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
猜你喜欢
  • 2022-12-23
  • 2021-08-24
  • 2022-01-21
  • 2022-12-23
  • 2021-08-31
  • 2021-12-10
相关资源
相似解决方案