Bluemix remote debugging session not starting

天涯浪子 提交于 2019-12-02 05:34:53

You need to ensure that you've done the following:

  1. Enabled & configured the debug App Management utility as indicated here (1).
  2. Ensure that dev mode for Eclipse Tools is enabled as indicated here (2).
  3. Enable Remote Debug in Eclipse Tools as indicate here (3).

(1) https://www.ng.bluemix.net/docs/manageapps/app_management.html#Utilities

(2) https://www.ng.bluemix.net/docs/manageapps/app_management.html#devmode

(3) https://www.ng.bluemix.net/docs/manageapps/eclipsetools/eclipsetools.html#remotedebug

Do you happens to be using IBM JDK to launch the workbench? There is an existing problem that we are tracking on the debug support using that combination. If you happens to be using that, can you try using an Orcale JDK 8 to see if that resolves the problem?

The issue was with the JDK in use .... replaced the ORACLE JDK 7 with ORACLE JRE 8 and that resolved the issue.

Regards RS

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