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?
javascript debugging c # server-side jint
Andy west
source share