Debug struts application and debug struts-config.xml with the Struts Console

Debug struts application and debug struts-config.xml with the Struts Console

Previous Home Next

 

Debugging is a process of finding and reducing the number of bugs or defects in a web application. In Struts framework, Debug is an imported part. Struts provides Struts Console which works as a plug-in for IDEs like (eclipse, netbeans etc ).

 The framework provides support for framework-specific objects at runtime.Many type IDEs provide excellent support for debugging. Debugging is a necessary process in almost any new software development process. There may be a problem with some part of the struts framework. You can actually get the source level at the same level as your own source code. You can download Struts Console from http://www.jamesholmes.com/struts/console/

Previous Home Next