Quarkus - Attach Debugger #519
Unanswered
Les-Fleming
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I have exposed port 5005 and 8080. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can access openvscode-server on port 3000 no worries there. I can run a quarkus app which is accessible when I use curl from the container on port 8080. I cannot access the quarkus app on port 8080 when I try to access it from my workstation. Port 8080 is exposed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to debug a test Quarkus app on my instance of openvscode-server running in docker-desktop on a MacOS O/S. How do I go about configuring debugging for quarkus/java with openvscode-server? Presently, when I try to debug the quarkus-app I get the following: Failed to attach to remote debuggee VM. Reason: java.net.ConnectException: Connection refused
Launch.json Content
`{
"version": "0.2.0",
"configurations": [
}`
OpenVSCode Server - Version: 1.79.2
I am new to OpenVSCode Server and appreciate any guidance you can offer.
Les
Beta Was this translation helpful? Give feedback.
All reactions