I’m debugging my application and I see that I have an exception in jar file which is built from completely separate Java project. I checked out this project from SVN.
How can I attach this project in Eclipse to my current project and debug this code as well?
You’ll have to create a dependency of one project on the other.
Just make sure that both projects are in the same workspace.