有人用 Jint 进行可视化调试吗?
我一直在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这实际上是 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.