DonJayamanne / javaVSCode

Extension for java development on VSCode (deprecated)
https://marketplace.visualstudio.com/items?itemName=donjayamanne.javaDebugger
MIT License
43 stars 30 forks source link

JBoss EAP Standalone Remote Debugging #38

Open jsperafico opened 7 years ago

jsperafico commented 7 years ago

Hi everyone,

I'm trying to debug some custom application deployed in JBoss EAP. My setup for it is like so:

With remote server started in debug mode, the console shows this when I try to connect to it: Debugger failed to attach: handshake failed - received >Content-Length< - expected >JDWP-Handshake<

Does anyone has the same problem? Thank you for the help by the way.

bruce965 commented 7 years ago

There might be a mistake with "debugServer": 8787, I think it should be "remotePort": 5005 instead.