Visual Step Into Action in NetBeans Debugger

Published October 23rd, 2009 Under Unit Testing | Leave a Comment

Roman Ondruska demonstrates the Step Into action using the visual method call selector in the NetBeans debugger.

http://www.netbeans.org/kb/docs/java/debug-stepinto-screencast.html

Remote debugging of Java web applications in Apache Tomcat and JBoss

Published June 5th, 2009 Under Unit Testing | Leave a Comment

In this four minute tutorial I’m presenting how to remotely debug Java web applications in Apache Tomcat and JBoss containers. This tutorial may be useful if you deployed your application on the remote server and want to debug it in this particular environment. IMPORTANT: remember that your Java application HAS to be compiled with enabled debug information, otherwise you will not be able to debug it.

« go back