I have a simple Java EE Bluemix Hello World App that I have imported into Eclipse (Neon) from Github. I am running this on Mac OS. I can deploy and run the application on a Bluemix Server from Eclipse. I have the latest Eclipse Tools for Bluemix Plugin installed (along with the Cloud Foundry Tools Plugin). If I check my Eclipse Java version via Eclipse Installation Details/config it shows:
eclipse.vm=/Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home/jre/lib/server/libjvm.dylib
I would like to debug the application, however, from the server if I right click on the app, the "Enable Application Debug" option is grayed out. Is there some setting or env variable that I need to set? Thanks!