简体   繁体   English

断点当前不会被命中。 Windows Phone 8.1 phonegap应用程序中没有为该文档加载任何符号

[英]The breakpoint will not currently be hit. No symbols have been loaded for this document in Windows Phone 8.1 phonegap apps

I'm currently developing Windows Phone 8.1 app using Phonegap/Cordova plugins and Windows Runtime Component. 我目前正在使用Phonegap / Cordova插件和Windows运行时组件来开发Windows Phone 8.1应用程序。

When I put breakpoints and start to debug on Runtime Component in VS 2013 Community Edition I got this message 当我在VS 2013 Community Edition中放置断点并开始在运行时组件上进行调试时,收到此消息

The breakpoint will not currently be hit. 断点当前不会被命中。 No symbols have been loaded for this document 没有为该文档加载任何符号

I'm debugging on my Windows Phone 8.1 device (not Emulator). 我正在Windows Phone 8.1设备(不是模拟器)上调试。

Also I have set the Debugger type to Managed and Debugger Launcher to device, but no luck 我也将调试器类型设置为托管,将调试器启动器设置为设备,但是没有运气

I think you asked the same question in MSDN forum. 我认为您在MSDN论坛中提出了相同的问题。

We cannot directly debug the windows runtime component project in Cordova project at least for now. 至少到目前为止,我们不能直接在Cordova项目中调试Windows运行时组件项目。 It's a little complicated. 这有点复杂。

As a workaround, we can use the generated winjs project to debug the windows runtime component project. 解决方法是,我们可以使用生成的winjs项目调试Windows运行时组件项目。 Please check my latest reply in the same MSDN question . 请检查我在同一MSDN问题最新答复。

If anyone else want to the same in Visual Studio 2015, to find the winjs solution, go to "\\platforms\\windows". 如果其他人也想在Visual Studio 2015中使用WinJS解决方案,请转到“ \\ platforms \\ windows”。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 断点当前不会被命中。 没有在JavaScript中为此文档加载任何符号 - The breakpoint will not currently be hit. No symbols have been loaded for this document in JavaScript 断点当前不会被击中。 没有加载任何符号 - The breakpoint will not currently be hit. No symbols have been loaded 断点当前不会被命中。 与2013 javascript相比,此文档未加载任何符号 - the breakpoint will not currently be hit. no symbols have been loaded for this document vs 2013 javascript 断点当前不会被击中。已调试的进程已加载不同版本的脚本文件 - The breakpoint will not currently be hit. A different version of script file has been loaded by debugged process 由于未加载符号,断点未命中 - Breakpoint not getting hit due to symbols not been loaded 如何调试phonegap windows phone 8.1 - How to debug phonegap windows phone 8.1 没有为此文档加载任何符号。 无法在 Visual Studio Code 中调试 Javascript - No symbols have been loaded for this document. Can't debug Javascript in Visual Studio Code 命中断点时,Sourcemap请求挂起。 有没有办法强制预加载? - Sourcemap request pending when breakpoint is hit. Is there a way to force a preload? Adnetwork,广告,用于Windows Phone 8.1和10通用带phonegap / cordova - Adnetwork, ads, for windows phone 8.1 and 10 universal with phonegap / cordova 如何在WinRT-apps(Javascript,C#)中区分Windows Phone 8.1与Windows 8.1? - How to distinguish Windows Phone 8.1 from Windows 8.1 in WinRT-apps (Javascript, C#)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM