Visual Studio 2013 Update 4 and Apache Cordova CTP3 Breaking/Stopping on Javascript lines with no breakpoints

前端 未结 4 527
余生分开走
余生分开走 2021-01-23 00:23

I am running Visual Studio 2013 Update 4 with Tools for Apache Cordova CTP3 installed. After creating a brand new Apache Cordova project, and then debugging it, it breaks/pauses

相关标签:
4条回答
  • 2021-01-23 00:39

    I fixed it by doing: Tools > Options > Tools for Apache Cordova > Cordova Tools. Then click on the button 'Clear Cordova Cache'. Give it a few minutes..

    0 讨论(0)
  • 2021-01-23 00:43

    I have having the same problem as discussed here but noone seems able to help https://social.msdn.microsoft.com/Forums/vstudio/en-US/10b9a01c-4afa-443e-83d5-fa4cd92493c0/visual-studio-cordova-templateangularjstodo-example-project-debug-issue?forum=vsdebug&prof=required

    0 讨论(0)
  • 2021-01-23 01:00

    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 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.

    0 讨论(0)
  • 2021-01-23 01:06

    Another thing I noticed, is that I might have had CTP3.0 vs CTP3.1. Be sure to take a real close look at https://support.microsoft.com/en-us/kb/3014133?wa=wsignin1.0

    0 讨论(0)
提交回复
热议问题