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?