JavaScript 方法写入 Microsoft Visual Web Developer 调试器?
我通常使用 Firefox 和 Firebug 来测试我的网络应用程序。 我爱萤火虫。 但是,当我在 IE 中测试 JavaScript 代码时,我使用 Microsoft Visual Web Developer 2008 Express Edition 中的调试器。 我希望有一个与 Firebug 的 console.log 等效的方法,它允许我将消息记录到 Visual Web Developer。 有没有办法使用 JavaScript 将消息记录到错误列表/消息列表/输出窗格?
I generally test my web apps with Firefox and use Firebug. I love Firebug. But when I'm testing JavaScript code in IE I use the debugger in Microsoft's Visual Web Developer 2008 Express Edition. I would love to have an equivalent to Firebug's console.log methods which would allow me to log messages to Visual Web Developer. Any way to log messages to the error list/messages list/output pane using JavaScript?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您调试站点时,IE8 的 Web 开发人员工具支持 console.log。 我不知道 VWD 是否有任何等效项。
IE8's Web Developer tools support console.log when you're debugging your site. I'm not aware of any equivalent for VWD.