[
https://issues.jboss.org/browse/JBIDE-23961?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-23961:
------------------------------------------
The problem occurrs in OpenShiftLaunchController#mapPortForwarding where it does the
following:
{code}
Optional<PortPair> debugPort = ports.stream().filter(p -> remotePort ==
p.getRemotePort()).findFirst();
if (!debugPort.isPresent() || monitor.isCanceled()) {
return -1;
}
{code}
"remotePort" is :8787 but p.getRemotePort() returns :8080, so -1 is returned.
Server adapter: "Restart in Debug" is broken for Nodejs
-------------------------------------------------------
Key: JBIDE-23961
URL:
https://issues.jboss.org/browse/JBIDE-23961
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.3.Final
Reporter: Andre Dietisheim
Priority: Critical
Attachments: image-2017-02-16-23-30-21-709.png
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)