Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Windows 8 phone Visual Studio 模拟器上运行我的应用程序,但我的代码中似乎有些错误。但我无法调试 java 脚本代码。
有没有办法通过模拟器调试代码?
提前致谢
您可以使用JSConsole或weinre(顺便说一句,它也是 Cordova 的一部分)。您将一行代码注入到您的 JavaScript 中,该 JavaScript 连接到另一台计算机上的控制台。
实际上,似乎有人已经让它变得简单了:http ://debug.phonegap.com/(使用 weinre)