Skip to content

Commit

Permalink
#408 fix MultipleJobs unittest debug configuration for VScode
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitri Baron <[email protected]>
  • Loading branch information
barondim authored and rosiereflo committed Nov 14, 2024
1 parent 67a3a64 commit 4985b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"stopAtEntry": false,
"cwd": "${workspaceFolder}/build-code/build/dynawo-algorithms/Debug/sources/API/multipleJobs/test",
"environment": [
{ "name": "LD_LIBRARY_PATH", "value" : "${env:LD_LIBRARY_PATH}:${workspaceFolder}/build-code/install/3rdParty/Debug/gperftools/lib:${workspaceFolder}/build-code/install/3rdParty/Debug/mpich/lib:${workspaceFolder}/build-code/install/dynawo-algorithms/Debug/lib:${workspaceFolder}/../dynawo/build-code/deploy/Debug/dynawo/lib" }
{ "name": "LD_LIBRARY_PATH", "value" : "${env:LD_LIBRARY_PATH}:${workspaceFolder}/build-code/install/3rdParty/Debug/gperftools/lib:${workspaceFolder}/build-code/install/3rdParty/Debug/mpich/lib:${workspaceFolder}/build-code/install/dynawo-algorithms/Debug/lib:${workspaceFolder}/build-code/build/dynawo-algorithms/Debug/sources/Test:${workspaceFolder}/../dynawo/build-code/deploy/Debug/dynawo/lib" }
],
"externalConsole": false,
"MIMode": "gdb",
Expand Down

0 comments on commit 4985b9e

Please sign in to comment.