开发者

Javascript debugging plugin for eclipse

开发者 https://www.devze.com 2023-01-03 07:54 出处:网络
I\'m new to Java and I\'m doing a project with Ext JS and Java. I\'m using Eclipse Java EE IDE for Web Developers (Build id:开发者_C百科 20100218-1602). Can anyone suggest any Javascript debugging plu

I'm new to Java and I'm doing a project with Ext JS and Java. I'm using Eclipse Java EE IDE for Web Developers (Build id:开发者_C百科 20100218-1602). Can anyone suggest any Javascript debugging plugin for this build? Links appreciated


Also IE developer tools are pretty good. In IE8 just hit F12 also.

Since javascript is the browser technology you should debug it in browser to see the real-world behavior.


FireBug is almost certainly the best way to debug your javascript to test in a browser :) although it's worth noting some bugs manifest themselves in FFX and not IE (also vice versa), so check in both!


I suggest you use FireBug for Firefox. I'd say it's the best JavaScript debugger and overall web development tool out there today. You just install it and hit F12 and you're good to go.


  • Eclipse Webtools Platform JavaScript Development Toolkit - install via the Install New Software menu in Eclipse
  • Aptana Studio 2 Eclipse Plugin - there is an install/update link to use in Eclipse
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号