What is the best way to debug javascript from the eclipse IDE. I used "logging to console" features of firebug with firephp installed on top of it for debugging a kohana php project along with eclipse but they make the browser unstable when I make extensive use of jQuery. For example, "Permission denied to...a non-chrome context..." is one such error that is frequent in firebug.

link|improve this question

78% accept rate
1  
If you're using Firebug why do you want to debug within Eclipse? Firebug has a wonderful JS debugger built-in. – Samuel Neff Mar 31 '10 at 3:44
I guess you meant "Permission denied to...a non-chrome context..." is one such error that is frequently reported by firebug. This is not an error caused by Firebug. Firebug + FirePHP do not make the browser 'unstable'; you have some other problem. – johnjbarton Oct 23 '10 at 16:12
feedback

1 Answer

up vote 1 down vote accepted

You can try ATF (Ajax Tools Framework)

ATF provides tooling that allows a user to edit, debug, and monitor CSS, HTML, and JavaScript applications and a framework on which adopters can build advanced and technology specific tools.
The functionality in ATF breaks down into three main areas:

  • Browser Tooling, alt text
  • JavaScript Debugger alt text
  • extensions for adopters

See this demo, the ATF Help page, and this thread.

alt text

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.