有人用 Jint 进行可视化调试吗?

发布于 2024-08-13 07:57:28 字数 326 浏览 10 评论 0原文

我一直在使用 Jint 来运行服务器端 JavaScript 代码,到目前为止我非常喜欢它。我遇到的一个问题是调试。

JInt 公开了在执行语句或命中断点时可以触发的事件。 正如网站上提到的,可以创建一个通过以下方式工作的可视化调试器:这个机制。

在我重新发明轮子之前,有人这样做过吗?是否有任何框架、库或工具可以促进这一过程?

I've been using Jint to run server-side JavaScript code and I'm liking it a lot so far. The one issue I'm having is debugging.

JInt exposes events that can fire when a statement is executed or a breakpoint is hit. As mentioned on the Web site, it would be possible to create a visual debugger that works through this mechanism.

Before I go reinventing the wheel, has anybody done this yet? Are there any frameworks, libraries, or tools that might facilitate the process?

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

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

发布评论

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

评论(1

傲娇萝莉攻 2024-08-20 07:57:28

这实际上是 Sébastien(协调员)和我(帮助他的开发人员)正在考虑的事情:让调试器在 Visual Studio 中工作。然而,我们并没有对此给予重视。也许您应该尝试直接在 codeplex 的讨论板上提问。

This is actually something Sébastien (the coordinator) and I (a developper who helps him) are thinking about : having a debugger working within Visual Studio. However, we have not put a premium on this. Maybe you should try asking directly on the discussion board on codeplex.

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