Is anyone doing visual debugging with Jint?
Asked Answered
S

1

8

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?

Stefanysteffane answered 4/12, 2009 at 23:57 Comment(0)
I
4

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.

Illboding answered 7/12, 2009 at 23:12 Comment(1)
Thanks, I have followed your recommendation: jint.codeplex.com/Thread/View.aspx?ThreadId=77409Stefanysteffane

© 2022 - 2024 — McMap. All rights reserved.