调试 Bing 地图 JavaScript 错误

发布于 2024-08-19 17:22:45 字数 227 浏览 9 评论 0原文

我正在使用 Bing 地图/虚拟地球控件,它似乎可以正常工作,但是 Firefox 3.6 和 Chrome 中的 Firebug 报告 Microsoft 的 mapcontrol.ashx 文件中存在未捕获的异常。我担心这可能是由我与 Bing 地图交互的代码中的错误引起的。

由于这个 JavaScript 文件被缩小了,我找不到调试它的方法。是否有可用的未缩小版本或其他选项来查找问题所在?

I'm using the Bing Maps / Virtual Earth control and it appears to be working, however Firebug in Firefox 3.6 and Chrome are reporting an uncaught exception in Microsoft's mapcontrol.ashx file. I'm concerned that this may be caused by a bug in my code interacting with Bing Maps.

As this JavaScript file is minified I can find no way of debugging it. Is there an un-minified version available or another option for finding what the problem is?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猫弦 2024-08-26 17:22:45

该控件的脚本没有未压缩版本。唯一的选择是标准 JavaScript 调试技术。

参考:MSDN 论坛。

There is no uncompressed version of the control's script. The only options are standard JavaScript debugging techniques.

Reference: MSDN forums.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文