solo-io / squash

The debugger for microservices
https://squash.solo.io
Apache License 2.0
1.74k stars 103 forks source link

support for reading JAVA_TOOL_OPTIONS for port #247

Closed rverma-jm closed 4 years ago

rverma-jm commented 4 years ago

Basic framework to allow debug port through environment variables on original pod.

solo-build-bot[bot] commented 4 years ago

Waiting for approval from someone in the solo-io org to start testing.

kdorosh commented 4 years ago

/test

mitchdraft commented 4 years ago

@rverma-jm I like the idea of this feature but am not super comfortable with the approach. I would prefer a solution that did not involve printenv or changing the signature of the Attach function.