Debug Karaf bundles in Eclipse: persist dev:watch URLs/IDs?

心已入冬 提交于 2019-12-06 14:28:36

The Karaf team is now also working on a better integration with EIK, but at the current time it's not yet as deeply integrated as it would be needed. Therefore your provided way is basically the best way in doing debugging. Build your application with maven, do a dev:watch when your karaf is up and running. Since dev:watch is a "Development-Time" command it's not intended to be persistent. But you still have the history to choose from and of course you're able to provide multiple bundle IDs to the command.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!