Debug a single file or your entire project,
Manage breakpoints. The breakpoint tells the debugger to stop running the application. When the debugger stops at a breakpoint, you can examine the value of local variables in the application and step through your code.
Once you identify a part of the code that causes problems, you can see the variable names and their current value.
You can modify primitive data objects during runtime,
Our data tooltips give you feedback every step of the way. Datatips save you time as you fine-tune your code.
Setup a remote access to your tomcat or any application server.