Created
June 28, 2020 03:20
-
-
Save TsuyoshiUshio/458a7c31292cb042766b4bbbbf771925 to your computer and use it in GitHub Desktop.
The LD_LIBRARY_PATH is ignored
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Attach to Python Functions", | |
"type": "python", | |
"request": "attach", | |
"linux": { | |
"env": [{ "name": "LD_LIBRARY_PATH"}, {"value": "/workspace/bin/runtimes/linux-x64/native"}], | |
}, | |
"port": 9091, | |
"preLaunchTask": "func: host start" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment