Last Updated: February 25, 2016
·
5.348K
· bendoerr

Start Karaf in Debug Mode

Although easily found via search:

karaf debug

will start Karaf with JVM args that look something like:

-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005

And now you can connect with your favorite debugger on port 5005.