-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Configure java agent for cloud remote debugging and set env var JAVA_OPTIONS_TOOL #17581
Labels
Milestone
Comments
/cc @geoand |
+1 |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Jun 9, 2021
Relates to: quarkusio#17581 Also requested in: https://stackoverflow.com/q/67901726/2504224
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Jun 10, 2021
Relates to: quarkusio#17581 Also requested in: https://stackoverflow.com/q/67901726/2504224 (cherry picked from commit bc92611)
Sgitario
added a commit
to Sgitario/quarkus
that referenced
this issue
Mar 4, 2022
This PR allows to easily configure the remote debugging and describes how to do this in the documentation. I've also tried to expose another route to map the java agent port, but as intellij could handle this port from localhost (it threw a handshake error), I decided to not over-complicate this guide and simple do the port-forward bit (see my changes in documentation). Fix quarkusio#17581 Fix quarkusio#23765
Sgitario
added a commit
to Sgitario/quarkus
that referenced
this issue
Mar 7, 2022
This PR allows to easily configure the remote debugging and describes how to do this in the documentation. I've also tried to expose another route to map the java agent port, but as intellij could handle this port from localhost (it threw a handshake error), I decided to not over-complicate this guide and simple do the port-forward bit (see my changes in documentation). Fix quarkusio#17581 Fix quarkusio#23765
Sgitario
added a commit
to Sgitario/quarkus
that referenced
this issue
Mar 22, 2022
This PR allows to easily configure the remote debugging and describes how to do this in the documentation. I've also tried to expose another route to map the java agent port, but as intellij could handle this port from localhost (it threw a handshake error), I decided to not over-complicate this guide and simple do the port-forward bit (see my changes in documentation). Fix quarkusio#17581 Fix quarkusio#23765
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Mar 28, 2022
This PR allows to easily configure the remote debugging and describes how to do this in the documentation. I've also tried to expose another route to map the java agent port, but as intellij could handle this port from localhost (it threw a handshake error), I decided to not over-complicate this guide and simple do the port-forward bit (see my changes in documentation). Fix quarkusio#17581 Fix quarkusio#23765 (cherry picked from commit 14dd231)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I propose that we provide a new parameter/property able to configure the following ENV var for Cloud deployment of an application (and maybe for local remote debugging as syntax changes with JDK).
We should offer the possibility for the user too to:
suspend=y|n
argument,e.g. nodePort: 31000
)Why ?
The text was updated successfully, but these errors were encountered: