Reputation: 113
I tried to do remote debug of a Bluemix application in Eclipse. I enabled application debug. Then I did debug to Server but my Bluemix server didn't appear in the list. A local Liberty server appears and I can debug on that but not on my Bluemix server. I tried to create a new server with the same address in the dialogue but then it complains that the server and space already exists. Is this a known bug or am I doing something wrong?
Cheers
W
Upvotes: 2
Views: 303
Reputation: 401
The latest March 2016 refresh release has addressed the general debug mode issues, including the problem with IBM JDK in debug mode. You'll need to update both the IBM Eclipse Tools for Bluemix and also the Eclipse Tools for Cloud Foundry (see https://developer.ibm.com/wasdev/downloads/#asset/tools-IBM_Eclipse_Tools_for_Bluemix for detailed installation instructions). Therefore, I would recommend to do a fresh install with Mars SR2 JEE Package to see if the debug problem is resolved.
Upvotes: 0
Reputation: 1562
Liberty remote debugging is working fine with Eclipse plugin, so I suppose you are doing something wrong.
Have you successfully installed Bluemix Eclipse tool? Check you followed the steps reported in this guide
https://www.ng.bluemix.net/docs/manageapps/eclipsetools/eclipsetools.html
And then follow these steps to enable remote debugging.
https://developer.ibm.com/bluemix/2015/09/25/remote-debug-java-applications-on-bluemix/
Upvotes: 0