Apiman ver.x debug
#1503
-
I am running apiman in docker container on ver.x launched by How can I attach to gateway with debbuger. Setting up JAVA_DEBUG=true and JAVA_DEBUG_PORT does not help me. |
Beta Was this translation helpful? Give feedback.
Answered by
msavy
Sep 15, 2021
Replies: 1 comment 2 replies
-
Here's the argument that you should pass in during 'run'. Set $DEBUG_PORT to be whatever you prefer -agentlib:jdwp=transport=dt_socket,address=0.0.0.0:$DEBUG_PORT,server=y,suspend=n |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
potehvad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's the argument that you should pass in during 'run'.
Set $DEBUG_PORT to be whatever you prefer
-agentlib:jdwp=transport=dt_socket,address=0.0.0.0:$DEBUG_PORT,server=y,suspend=n