How to attach large dependency project for debugging in Intellij
Answered
I have a set of libraries included in my Main project that handle authentication. The Authentication library is an internal Java library created by my company. I need to attach my existing project to this large project to debug some issues with authentication. How would I do this with Intellij?
Please sign in to leave a comment.
Add a module for this library (https://www.jetbrains.com/help/idea/2016.2/import-project-or-module-wizard.html), add this module to the dependencies of your main app (http://www.jetbrains.com/idea/webhelp/configuring-module-dependencies-and-libraries.html).