Question

I see that Bluecove is open source, but there aren't any .pro files in sources. How can I open sources in eclipse and debug?

Was it helpful?

Solution

In Eclipse you can right-click on project, and there is Java Build Path, there you have your dependencies.

Each dependency can be unfolded and there is "Source attachment", you can attach your source files there and then debug it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top