代码有误时,运行程序,没有错误提示,直接跑出来蓝屏的首页,
右下角EventLog显示如下:
23:43:31 Starting simulator…
23:43:34 Uploading resources …
23:43:34 Notifying simulator to start logic…
23:43:34 SCREEN DPI = 96, SCREEN SCALE = 1.00
23:43:34 WORKAREA WIDTH 1432.00, HEIGHT 810.00
23:43:34 FRAME SCALE = 0.75
23:43:34 Ready for GLSL
23:43:34 Ready for OpenGL 2.0
23:43:34 Project Config:
23:43:34 project dir: E:\CocosProjects\ChatDemo
23:43:34 writable path: (PROJDIR)\
23:43:34 script file: (PROJDIR)\src\main.lua
23:43:34 frame size: 640 x 960
23:43:34 frame scale: 0.75
23:43:34 show console: NO
23:43:34 write debug log: NO ()
23:43:34 listen:
23:43:34 debugger: Cocos Code IDE
23:43:34 add searching path:
23:43:34 Console: listening on 0.0.0.0 : 6050
23:43:34 Console: listening on 0.0.0.0 : 6060
23:43:34 iShow!
23:43:34 debug args = require(‘debugger’)(,’’)
23:43:37 libpng warning: iCCP: known incorrect sRGB profile
23:43:37 libpng warning: iCCP: known incorrect sRGB profile
23:43:37 libpng warning: iCCP: known incorrect sRGB profile
而且,使用的时候不能使用Ctrl+C X V等快捷键,非常不方便,而且需要按’a’键后才能进行编辑脚本。
连print都无法在控制台显示。。。
是我哪里的设置问题吗?