From d4295a5ec96abac240f3781ed19063dbd073ef97 Mon Sep 17 00:00:00 2001 From: Serge Lamikhov-Center Date: Mon, 29 Aug 2022 08:14:57 +0300 Subject: [PATCH] Change 'launch' arguments --- .vscode/launch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index ab335fe..48355c0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -33,7 +33,7 @@ "request": "launch", "program": "${workspaceFolder}/build/examples/elfdump/elfdump", "args": [ - "tests/slow-unit-98e0b3724bca5039b0c12d9e31f6afcbe4f3ce64" + "build/tests/crash-de896e9e31bf6f4c540e7462ccc0440018e4f0de" ], "stopAtEntry": false, "cwd": "${workspaceFolder}", @@ -101,9 +101,9 @@ "request": "launch", "program": "${workspaceFolder}/build/tests/elfio_fuzzer", "args": [ - "oom-7ff496ad1166860893dba1121d088da4ce9fef65" + "crash-7143f5e49745dc6ce8909e642f9351d9d6496020" ], - "cwd": "${workspaceFolder}/tests", + "cwd": "${workspaceFolder}/build/tests", } ] } \ No newline at end of file