"text": "set solib-search-path ${workspaceFolder}"
}
]
+ },
+ {
+ "type": "cppdbg",
+ "request": "launch",
+ "name": "radsniff",
+ "program": "${workspaceFolder}/build/bin/local/radsniff",
+ "args": [
+ "-X",
+ "-D",
+ "${workspaceFolder}/share/dictionary",
+ "-I",
+ "${input:pcap}"
+ ],
+ "cwd": "${workspaceFolder}",
+ "environment": [
+ { "name": "FR_LIBRARY_PATH", "value": "${workspaceFolder}/build/lib/local/.libs" },
+ { "name": "DEBUGGER_ATTACHED", "value": "yes" }
+ ],
+ "MIMode": "gdb",
+ "setupCommands": [
+ {
+ "description": "Set solib",
+ "text": "set solib-search-path ${workspaceFolder}"
+ }
+ ]
}
],
"inputs": [
"id": "eapmethod",
"type": "promptString",
"description": "EAP method to test"
+ },
+ {
+ "id": "pcap",
+ "type": "promptString",
+ "description": "Packet capture to read"
}
]
}