捕获 JavaScript 错误

发布于 2024-10-27 08:38:24 字数 460 浏览 5 评论 0原文

我想将调试器附加到 TWebBrowser 控件。我目前正在使用德尔福。

我正在寻找的功能是捕获 javascript 错误以及能够暂停脚本执行并逐步执行它(或类似的)。

使用这个控件已经有一段时间了,我一生都无法弄清楚这个控件。问题是所有这些动态 API 都是一种黑匣子,很难找到我需要的东西。

当涉及到 JS 错误时,我只能捕获臭名昭著的异常 EOleException 80020101。

如果您对此有任何了解,请随时提出(即使是在 VB 或 .NET 中)

注意: Microsoft Script Debugger 完美地完成了这项工作,任何人都知道他们是如何做到的做到了吗?

I'd like to attach a debugger to a TWebBrowser control. I'm currently using Delphi.

The functionality I'm looking for is to capture javascript errors as well as being able to pause script execution and step through it (or similar).

Having using this control for some time, I can't for the life of me figure this one out. Problem is all this dynamic API is kind of a black box and difficult to find what I need.

When it comes to JS errors, I'm only able to capture the notorious Exception EOleException 80020101.

If you know anything about this, don't hesitate to put it forward (even if in VB or .NET)!

Note: Microsoft Script Debugger does this job perfectly, anyone knows how they did it?

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

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

发布评论

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

评论(1

遗心遗梦遗幸福 2024-11-03 08:38:24

我已经忘记这个问题了,答案在这里:
Web浏览器 (MSIE) - 使用 IOleCommandTarget 的 Exec 捕获 JS 错误

I've forgot all about this question, the answer's here:
WebBrowser (MSIE) - Capture JS Errors using Exec of IOleCommandTarget

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