Adobe Acrobat 中缺少用于 Javascript 调试的文件
每当我在启用了 javascript 调试的 IE 中打开 PDF 时,都会收到以下错误消息:
“Javascripts 文件夹中缺少文件 debugger.js。没有此文件,调试器将无法正确运行。”
我最近安装了 Adobe Acrobat 9。在哪里可以找到这个 debugger.js 文件?在我的硬盘上找不到它。
Whenever I open a PDF in IE with javascript debugging enabled I get the following error message:
"The file debugger.js is missing from the Javascripts folder. The Debugger will not run correctly without this file."
I recently installed Adobe Acrobat 9. Where can I find this debugger.js file? It's nowhere to be found on my hard drive.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在此处下载
debugger.js
:http://partners.adobe.com/public/developer/en/pdf /debugger.js
(您可以在此页面上找到此链接和其他资源:
http://partners.adobe.com/public/developer/pdf/topic_js.html )
然后按照JavaScript 开发人员指南 以使用下载的文件。
Download
debugger.js
here:http://partners.adobe.com/public/developer/en/pdf/debugger.js
(You can find this link and other resources on this page:
http://partners.adobe.com/public/developer/pdf/topic_js.html)
Then follow the instructions given under "Using the Debugger with Adobe Reader" starting on page 28 of the JavaScript Developer Guide to make use of the downloaded file.