6

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?

Andy West
  • 11,584
  • 2
  • 32
  • 49

1 Answers1

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.

Nicolas Penin
  • 362
  • 1
  • 18