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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top