IE8 Javascript 分析器不显示源代码
在开发者工具中使用 IE8 的 javascript profiler 时,为什么报告中不显示 url 或行号?如果我双击一个函数,它会显示“源代码不适用于此位置”。
When using IE8's javascript profiler in the Developer Tools, why does it not show the url or line number in the report? If I double click on a function it says "Source code is not available for this location".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须转到“脚本”选项卡并单击“开始调试”才能在探查器结果中获取行号和文件名。
带图片说明:
http://msdn.microsoft.com/en-我们/库/dd565625(v=vs.85).aspx
You have to go to the Script tab and click Start Debugging to get line numbers and file names in profiler results.
Instructions with pictures:
http://msdn.microsoft.com/en-us/library/dd565625(v=vs.85).aspx