eclipse-archived / codewind

The official repository of the Eclipse Codewind project
https://codewind.dev
Eclipse Public License 2.0
114 stars 44 forks source link

SVT: Open liberty project is not enabled for debugging #500

Open jagraj opened 5 years ago

jagraj commented 5 years ago

Codewind version: 0.4 OS: Windows

Che version: IDE extension version: 0.4 IDE version: Eclipse 2019-06 Kubernetes cluster:

Description: Open liberty projects not enabled for debugging. Could you please enable these open liberty projects for debugging.?

Steps to reproduce:

  1. Install codewind 0.4
  2. Create Open Liberty project.
  3. After project up and running. I do not see option to debug open liberty project.

Workaround:

tetchel commented 5 years ago

We don't support this. It could be kept in mind as a possible feature.

elsony commented 5 years ago

Open Liberty support is currently implemented as a generic docker application. The proper way to introduce that support is to provide full first class support (as existing WebSphere Liberty based microprofile application). Then, we can provide the debug function as part of that.