远程调试 WP8 Cordova 应用程序,如 Android 或 iOS?

Remote debug WP8 Cordova app like Android or iOS?

是否可以像使用 android(在 chrome 中)或 iOS(在 Safari 中)一样简单地远程调试 Cordova 应用程序?

我不需要 visual stuido 中的 C# 调试器,但我需要 WebView 远程调试器。在 Internet Explorer 中没有找到这个选项。

不,它不像 Android 或 iOS 那样容易。但是,您仍然可以进行远程调试,但这远非理想。查看 weinre。它允许您通过在 html 页面中插入 javascript 库来调试 windows phone 8 应用程序。