Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is anyone doing visual debugging with 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?

like image 796
Andy West Avatar asked Dec 04 '09 23:12

Andy West


1 Answers

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.

like image 191
Nicolas Penin Avatar answered Oct 04 '22 13:10

Nicolas Penin