Visual Studio Cordova template/AngularJSTodo example project debug issue

本小妞迷上赌 提交于 2019-12-06 11:12:35

问题


Fresh install of Visual studio 2013 update 4 and Cordova toolset. Trying to start debug of basic cordova template or AngularJsTodo example project ends in breaking at end of js files. Look at link. I can click continues and get to Chrome with everything seeming ok, BUT Dom Explorer is empty at VS2013. Also no breakpoints will be hit.

I had this example project working a week ago with no problems. Whats going on here?

http://i.imgur.com/PWJcAiY.png


回答1:


This is a bug that appeared since a recent update to Chrome, and it is being worked on. You can run your app on Ripple by hitting F5 through the debugger breaks (hardly satisfactory), or Ctrl+F5 to start your app without debugging in Ripple. To debug, the better option is to run on an emulator. The VS Emulator for Android on VS 2015 Preview has been working well for me. In VS 2013, GenyMotion is probably the best option for Android.



来源:https://stackoverflow.com/questions/28188984/visual-studio-cordova-template-angularjstodo-example-project-debug-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!