views:

126

answers:

1

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?

+3  A: 

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.

Nicolas Penin
Thanks, I have followed your recommendation: http://jint.codeplex.com/Thread/View.aspx?ThreadId=77409
Andy West