-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding debug commands for vertx & spring-boot stacks #5938
Conversation
Signed-off-by: Ilya Buziuk <[email protected]>
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
commands are ok but it looks like the port for debugging (5005) is not exposed on the docker images. |
@benoitf there's no need to expose it unless you need to remotely debug the app. Otherwise, Che debugger connects to localhost:5005 |
@eivantsov yes I was thinking on remote debugging as well but it's not the primary case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Ilya Buziuk [email protected]
What does this PR do?
Adds debug commands for 'vert.x' and 'spring-boot' stacks
What issues does this PR fix or reference?
redhat-developer/rh-che#238
Changelog
Adding debug commands for 'vert.x' and 'spring-boot' stacks
Release Notes
Debug commands for 'vert.x' and 'spring-boot' stacks
Docs PR
N / A