Remote debugging Keycloak #116
Replies: 1 comment 1 reply
-
Hi @martinleim, thanks for coming up with this! 👍 |
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
-
I have recently started to use Keycloak Testcontainer for testing a custom Keycloak extension. Registering the extension and starting Keycloak worked like a charm.
When encountering the first bug in my extension, I searched for a way to remotely debug within Keycloak and was surprised that I could not find any mention of it within the documentation or the issues and discussion here. After fiddling around with it for some time, I found a solution that involves extending the source code to add a new option
withDebug
that is working for me.I am wondering if there is a simpler solution for that. If there is not, is there any interest in bringing this into the project?
Please see main...martinleim:testcontainers-keycloak-debug:main for the change set. It can be used in the following way:
Beta Was this translation helpful? Give feedback.
All reactions