Simple JavaScript Debugger using jQuery
Hi,
Debugging has been one of the main tools developers use to
detect and find application bugs. These tools vary from
simple print statement to sophisticated tools such as IDE
debuggers and profiling tools.
I posted an entry about writing quite simple Javascript debugger. It's basically a small jQuery method that submit the debug statement to the server through AJAX call. You may want to have look at it
Simple JavaScript Debugger using jQuery