Fred Bricon created JBIDE-21699:
-----------------------------------
Summary: 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
Priority: Critical
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)