Does anyone do visual debugging with Jint?

I used Jint to run server side JavaScript code, and I really like it. The only problem I encountered is debugging.

JInt provides events that can fire when an instruction is executed or when a breakpoint is hit. As mentioned on the website , one could create a visual debugger that works through this mechanism.

Before I upgrade to a new wheel, has anyone else done this? Are there any frameworks, libraries, or tools that can facilitate the process?

+6
javascript debugging c # server-side jint
source share
1 answer

This is actually what Sebastian (the coordinator) and I (the developer who helps him) think that there is a debugger working in Visual Studio. However, we do not attach any importance to this. Perhaps you should try asking a question directly on the codeplex discussion board.

+4
source share

All Articles