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

Marián Labuda (JIRA) issues at jboss.org
Fri Apr 1 09:05:00 EDT 2016


    [ https://issues.jboss.org/browse/JBIDE-21699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13185313#comment-13185313 ] 

Marián Labuda commented on JBIDE-21699:
---------------------------------------

Follow-up JIRA has been created for getting back from debug state to normal state.

> 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
>
>         Attachments: Screenshot 2016-03-25 12.07.45.png
>
>
> 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