[
https://issues.jboss.org/browse/JBIDE-21059?page=com.atlassian.jira.plugi...
]
Rob Stryker resolved JBIDE-21059.
---------------------------------
Resolution: Done
I ran through the specific usecase above with my specific steps, and I can connect the
remote debugger, pause it, inspect the stack, etc.
Please try it again, and ping me if it still doesn't work.
Server Adapter does not connect in debug mode on WF in a Docker
container
--------------------------------------------------------------------------
Key: JBIDE-21059
URL:
https://issues.jboss.org/browse/JBIDE-21059
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.3.0.Final
Reporter: Xavier Coulon
Assignee: Rob Stryker
Fix For: 4.5.0.AM1
I have a WF 9.0.2.Final in a Docker container, started with the debug flag in the command
line :
{code}
CMD ["/opt/jboss/wildfly/bin/standalone.sh", "-c",
"standalone.xml", "-b", "0.0.0.0", "-bmanagement",
"0.0.0.0" , "--debug"]
{code}
I can connect to this server from the server adapter in Run mode but not in debug mode:
the Debug view remains empty and the breakpoints are not hit.
On the other side, I can connect using the plain Java remote debugger (in the launchers)
and the same breakpoints are hit.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)