For various reasons my project can only be run as a finished and packaged JAR (some magic happens at assembly), so I run it as an external tool in Eclipse.
What I'm missing is debugging functionality. Is there any way of running an external tool in debug mode in Eclipse?