I am using the MobileFirst CLI to start/stop a development server and push code to it. How do I connect a remote debugger (e.g. IntelliJ) to this server and debug a JAX-RS adapter with it?
Since the CLI does not seem to offer a way of starting the server in debug mode directly, I started the Liberty development server from its home with bin/server debug
and was able to connect to it, but breakpoints do not seem to be working.