JDebugTool 4.2 - Graphical Java Debugger
Join the DZone community and get the full member experience.
Join For FreeJDebugTool from debugtools.com LLC is a:
- Standalone graphical Java debugger.
- Built on top of the standard JPDA (Java Platform Debugger Architecture).
- Is itself written in Java.
- Features an intuitive and graphical Java Swing GUI.
- Context-sensitive Help Viewer.
- In this release, hovering the mouse over an object reference in the source code, will display a multi-line tool tip showing the current values of the object's fields.
- Hovering the mouse over an array reference in the source code, will display a multi-line tool tip showing the current values of the beginning array elements.
- Hovering the mouse over a string reference in the source code, will display a multi-line tool tip showing the beginning contents of the string.
JDebugTool 4.2 new features:
30 day trial. Personal, Company and Academic licenses.
For more information:
Java (programming language)
Opinions expressed by DZone contributors are their own.
Comments