[jbosstools-issues] [JBoss JIRA] (JBIDE-21699) Enable debug mode on deployment config

Fred Bricon (JIRA) issues at jboss.org
Mon Feb 22 09:30:01 EST 2016


     [ https://issues.jboss.org/browse/JBIDE-21699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fred Bricon reassigned JBIDE-21699:
-----------------------------------

    Assignee: Fred Bricon


> Enable debug mode on deployment config
> --------------------------------------
>
>                 Key: JBIDE-21699
>                 URL: https://issues.jboss.org/browse/JBIDE-21699
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: openshift
>            Reporter: Fred Bricon
>            Assignee: Fred Bricon
>            Priority: Critical
>             Fix For: 4.3.1.CR1
>
>
> 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
> {code}
> {
> "name" : "debug",
> "containerPort" : 8787,
> "protocol" : "TCP"
> }
> {code}
> * and to spec.containers.env:
> {code}
> {
> "name" : "DEBUG",
> "value" : "true"
> },
> {
> "name" : "DEBUG_PORT",
> "value" : "8787"
> }
> {code}
> If the remote debug port was already set (possibly to another value), then it should be returned 



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list