How to attach large dependency project for debugging in Intellij

已回答

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?

0

请先登录再写评论。