Remote Debugging Quarkus #12679
Replies: 5 comments 3 replies
-
Actually I was also not able to find any documentation on this. Also However this article https://blog.codecentric.de/en/2021/12/keycloak-keycloak-x/ says the you need to use the |
Beta Was this translation helpful? Give feedback.
-
@DGuhr @pedroigor Guys, I think we should add information about Quarkus remote debugging into the help and to the docs if is not there? WDYT? |
Beta Was this translation helpful? Give feedback.
-
Here is the issue #13513 |
Beta Was this translation helpful? Give feedback.
-
Throwing another way to get this with a containerized run using podman (should work for docker too):
and then attach your debugger to |
Beta Was this translation helpful? Give feedback.
-
here is an example Maven project to debug Quarkus KC easily in an IDE. NB: Using production |
Beta Was this translation helpful? Give feedback.
-
Hey,
I updated my Keycloak installation from 16 (WildFly) to 18 (Quarkus). Until the update I was able to debug my custom SPI extensions with remote debugging in IntelliJ. I just had to add the DEBUG: "true" and DEBUG_PORT: "*:8787" to my docker-compose setup.
I know that the framework has changed to Quarkus and the way to remote debug has probably changed, but I can't find out how to do this with Keycloak 18.
Do you have any advices how to enable remote debugging?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions