• Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Critical Critical
    • 4.3.1.CR1
    • None
    • openshift
    • None

      When clicking on the Debug button of the server adapter, the Debug variables should be set, if necessary.

      The remote debug port could be read from server adapter preferences, default to 8787

      {
      "name" : "debug",
      "containerPort" : 8787,
      "protocol" : "TCP"
      }
      
      • and to spec.containers.env:
        {
        "name" : "DEBUG",
        "value" : "true"
        },
        {
        "name" : "DEBUG_PORT",
        "value" : "8787"
        }
        

      If the remote debug port was already set (possibly to another value), then it should be returned

            fbricon@redhat.com Fred Bricon
            fbricon@redhat.com Fred Bricon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: