Debuggers -Java
Debugger
A program designed to help detect, locate, and correct errors in another program. It allows the developer to step through the execution of the process and its threads, monitoring memory, variables, and other elements of process and thread context.
From : msdn2.microsoft.com/en-us/library/ms679306.aspx
4 products available, Sorted alphabetically
JPDA
Platform : Java
The Java Platform Debugger Architecture (JPDA) provides the infrastructure you need to build end-user debugger applications for th .....
JSwat
Platform : Java, NetBeans platform
JSwat is a graphical Java debugger front-end, written to use the Java Platform Debugger Architecture and based on the NetBeans Pla .....
log4j
Platform : Java
With log4j it is possible to enable logging at runtime without modifying the application binary. The log4j package is designed so .....
Log5j
Platform : Java
Log5j is a lightweight and fast java logging library for Java versions 5 and above. It is very similar to log4j in style, but uses .....
Loading .....