java - Swing Explorer plugin for Eclipse Indigo -
i manage run swing explorer stand alone, run eclipse plugin it. gather there plugin supporting eclipse 3.2/3.4, can't work in indigo or find newer plugin indigo. has managed work or know of plugin indigo? if not, plugin same functionality can considered.
i have seen mention of jdeveloper having similar functionality, not viable option now, eclipse based.
regards, sam
i use swingexplorer extensively debugging, not plugin itself. take @ how manage it's launch configuration.
main-class
org.swingexplorer.launcher
program arguments:
org.yourcompany.yourmain
to jvm arguments added
-javaagent:swag.jar-xbootclasspath/a:swag.jar-dswex.mport=63812-dcom.sun.management.jmxremote
in classpath
- 1 new entry:
swexpl.jar(containsorg.swingexplorer.launcher)
the nice thing approach doesn't require swingexplorer plugin, jars. have pretty functional swingexplorer 1 feature missing, namely jump-to-code in eclipse, when click on trace.
sidenote: use groovy console in background wso can alter compoent want (i wrote function - inspired jquery's selector - traverse swing hierarchy). if you're interested can write in more detail.
Comments
Post a Comment