What is the best way to debug javascript from an eclipse environment. I used the "logging to console" firebug functions with firephp installed on top of it to debug the kohana php project along with eclipse, but they make the browser unstable when I use jQuery extensively. For example, "Permission denied to ... non-chrome context ..." is one such error that is common in firebug.
source share