Swing debugger

Swingdebugger is a tool for runtime debugging of swing component tree. Development was started in 2003.

Getting started

  1. Make sure that you have the Swingdebugger jar file in your classpath
  2. From you application, invoke the no.jergan.swingdebugger.SwingDebugger.startSwingDebugger() method. Now a new swing frame entitled "Swing debugger[...]" should open.
  3. From the main menu, select the item "Select window to debug...". This should open a dialog with all windows (frames and dialogs) in the vm.
  4. From the tree, select the window you want to debug.
  5. Press Ok. This will open a view of the component tree of the selected window.

Credits

Programming Øyvind Jergan
Icons Stein Overvoll

Download

Version Date Jar
1.0-SNAPSHOT $Date: 2008-05-25 23:56:11 +0200 $ swingdebugger-1.0-SNAPSHOT-jar-with-dependencies.jar