I have a question regarding how to debug a maven project with multiple modules in IntelliJ.
I have a project which contains two modules: client and shared.
The "shared" is just a jar and the "client" depends on "shared". The client has a unit test which internally will call a class defined in the "shared" module.
However, if I setup a break point in the "shared" module, IntelliJ won't stop on that break point and simply ignore that.
My question is that how I can debug in this scenario?
Many thanks.
sharedmodule attached? – Tomasz Nurkiewicz May 6 '12 at 16:06