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
This worked for me: http://devnet.jetbrains.com/thread/267022. Basically there's another lib in the classpath confusing the debugger. Simply find out which library it is by stepping into during the debug. Then find it on the project and delete it.
In my case, it was an auto generated file that was causing the confusion.