Skip to content

Instantly share code, notes, and snippets.

@TsuyoshiUshio
Created June 28, 2020 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TsuyoshiUshio/458a7c31292cb042766b4bbbbf771925 to your computer and use it in GitHub Desktop.
Save TsuyoshiUshio/458a7c31292cb042766b4bbbbf771925 to your computer and use it in GitHub Desktop.
The LD_LIBRARY_PATH is ignored
{
"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