{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Launch packet_analyzer", "type": "lldb", "request": "launch", "program": "${workspaceRoot}/packet_analyzer", "args": [ "-i", "test_identities_file.toml", "-p", "out-keys.pcapng" ], "env": { "RUST_LOG": "debug" }, "cwd": "${workspaceRoot}" } ] }