3.0创建完项目,调试报错,怎么解决啊

3.0创建完项目,调试报错。报如下的错误,不知道哪里配错了?

Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:63342/MyJSGame/frameworks/cocos2d-html5/CCBoot.js.map:0
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:63342/MyJSGame/main.js.map:0
Cocos2d-html5-v3.0 beta frameworks\cocos2d-html5\CCDebugger.js:273
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:63342/MyJSGame/frameworks/cocos2d-html5/CCDebugger.js.map:0
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:63342/MyJSGame/frameworks/cocos2d-html5/cocos2d/core/utils/BinaryLoader.js.map:0
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:63342/MyJSGame/frameworks/cocos2d-html5/Base64Images.js.map:0
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:63342/MyJSGame/frameworks/cocos2d-html5/cocos2d/core/platform/CCClass.js.map:0
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:63342/MyJSGame/frameworks/cocos2d-html5/cocos2d/core/platform/CCCommon.js.map:0


有人帮看下不?
用chrome可以调试,但是就是会报这些错误,很烦人。。。

你好,这是因为你使用WebStorm的Debugger进行调试的原因,在WebStorm Debugger调试的同时,是不能同时使用Chrome的开发者工具的。WebStorm会做一些额外的操作导致这个问题的产生

终于有回复了。谢谢!
不用Chrome的开发者工具,那我要怎么调试呢?

不用chrome的那个调试工具就没法调了。。。还是装一个吧

按照三楼版主所说的,是因为我装了调试工具所以会报错。但是不装调试工具我也没法调试了,那就是这个问题没法解决了吗? 你们在使用的时候也会报这个错?

我是在chrome调用工具调试的,在webstorm里,用"open in browser" 而不是 “debug xxx.html”.

没有遇到什么问题

open in browser 这个在那设置的?没找到。不好意思 webstorm还不是很熟。。

你的WebStorm是什么版本?

我的是8.0.4, 请看图: