IntelliJ IDEA
IntelliJ IDEA – the Leading Java and Kotlin IDE, by JetBrains
Features
Tutorials
JavaScript debugger improvements
In the latest IDEA 9.0.2 EAP build the new ‘Scripts’ tab is available in JavaScript Debug tool window:
It displays all scripts loaded by Firefox in a tree-like structure and allows to open a script in the editor to set breakpoints in it.
If you want to debug JavaScript code in a JavaEE application you can set the corresponding option in an application server run configuration:
Make sure to check the new demos featuring:
- Local JavaScript Debugging with IntelliJ IDEA demo (6:43)
- Server-side JavaScript Debugging with IntelliJ IDEA demo (5:42)
There are more IntelliJ IDEA demos available at http://www.jetbrains.com/idea/training/demos.html
Develop with pleasure!
The JetBrains Team