diff --git a/.vscode/launch.json b/.vscode/launch.json index ee9f732..e5b3b8a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,18 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "type": "lldb", + "request": "launch", + "name": "warcificator", + "cwd": "warcificator/", + "cargo": { + // https://github.com/vadimcn/codelldb/issues/884 + "args": ["build", "--manifest-path=warcificator/Cargo.toml"] + }, + "args": ["../data/samples/Carrefour.50.txt"], + "env": {} + }, { "type": "node", "request": "launch",