full featured debugger for javascript and ExtJS [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
开发者_如何学Go Improve this questionI want to write a web application that uses ExtJS Javascript and PHP in the back end, I need a tool that help me to debug javascript also set break points while executing
Please advise
Thanks
Zend studio 8.x supports JavaScript debugging, break points and content assist for some js frameworks such as extjs, prototype, Jquery and Dojo. Read more on Zend studio on http://www.zend.com/en/products/studio/studio-whats-new#jsdebug You may download a free trial from here and use it for free for 90days.This is the ideal solution if you are willing to develop using PHP and html and JavaScript.
You may have an eye on spket IDE too. http://spket.com/javascript-editor.html it's feature rich and you could integrate it into eclipse based IDE`s such as Zend Studio.
Jetbrains webstorm has some great features including break points and you may get a free download and use it for 30days for free.
精彩评论