Suggestions to support go on intellij IDEA ultimate/Goland + Introduce mirrord specific environment variable #314
Unanswered
infiniteregrets
asked this question in
Q&A
Replies: 1 comment 9 replies
-
re. magic - My thought was the following:
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we are unable to run mirrord with goland/intelliJ IDEA ultimate because the builder is the actual process we are getting hooked into i.e. the compiler and not the binary.
Sample run with IntelliJ IDEA Ultimate with patched env for mirrord -
One approach that could help us is -
Example:
MIRRORD_INTELLIJ_MAGIC=RUST_LOG=debug;MIRRORD_AGENT_IMAGE=test;LD_PRELOAD=/tmp/libmirrord_layer.so
Please leave comments/suggestions/ideas on how we could approach this
Beta Was this translation helpful? Give feedback.
All reactions