Skip to content

Commit

Permalink
Merge pull request #28203 from albers/fix-link-intellij-remote-debugging
Browse files Browse the repository at this point in the history
Fix broken link to IntelliJ remote debugging documentation
  • Loading branch information
gsmet authored Sep 26, 2022
2 parents 88c473e + c1baaa1 commit e213b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/deploying-to-kubernetes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ kubectl port-forward svc/<application name> 5005:5005

Using this command, you'll forward the traffic from the "localhost:5005" to the kubernetes service running the java agent using the port "5005" which is the one that the java agent uses by default for remote debugging. You can also configure another java agent port using the property `quarkus.kubernetes.remote-debug.address-port`.

Finally, all you need to do is to configure your favorite IDE to attach the java agent process that is forwarded to `localhost:5005` and start to debug your application. For example, in IntelliJ IDEA, you can follow https://www.jetbrains.com/help/idea/tutorial-remote-debug.html:[this tutorial] to debug remote applications.
Finally, all you need to do is to configure your favorite IDE to attach the java agent process that is forwarded to `localhost:5005` and start to debug your application. For example, in IntelliJ IDEA, you can follow https://www.jetbrains.com/help/idea/tutorial-remote-debug.html[this tutorial] to debug remote applications.

== Using existing resources

Expand Down

0 comments on commit e213b90

Please sign in to comment.