I\'m trying to debug code that I\'ve built from source. It is started with the wrapper from Tanuki.
I\'m debugging inside IntelliJ idea but I\'m not sure that is the
Make sure you don't have a different jar on the classpath (other than the project) with the same classes. You could be stepping through the compiled classes and "breakpointing" in the sources.