I have project with multiple modules and each module consist of API and Implementation jar. We used Proguard to obfuscate this jars. Now we wanted to debug the obfuscated jars to findout issues with the application. Basically we encountering some strange issues only with the obfuscated jars.
