/Swing-Debugger

A simple visual debugger for Swing/AWT applications.

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

Swing-Debugger

A simple visual debugger for Swing/AWT applications. Uses the Java Attach API via a runtime agent.

Attaches to a process and displays its component hierarchy as a tree to easily debug layout issues.

Process display

An example with Jetbrain's PyCharm:

Swing-Debugger on PyCharm

You can grab a release from here.