2025-05-17 23:57:52 +00:00
|
|
|
{
|
|
|
|
|
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
|
|
|
|
|
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
|
|
|
|
|
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
|
"version": "0.2.0",
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"type": "lldb",
|
|
|
|
|
"request": "launch",
|
|
|
|
|
"name": "Debug executable 'shrupl'",
|
|
|
|
|
"cargo": {
|
|
|
|
|
"args": [
|
|
|
|
|
"build",
|
|
|
|
|
"--bin=shrupl",
|
|
|
|
|
"--package=shrupl"
|
|
|
|
|
],
|
|
|
|
|
"filter": {
|
|
|
|
|
"name": "shrupl",
|
|
|
|
|
"kind": "bin"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-05-27 17:18:29 +00:00
|
|
|
"args": [
|
|
|
|
|
"sharry.yavook.de",
|
|
|
|
|
"G7RYoWME1W7-pcgipemJcr8-39FcMd92gBu-RgufeHc51z6",
|
2025-06-14 00:07:43 +00:00
|
|
|
"/lib/x86_64-linux-gnu/libLLVM-14.so",
|
2025-05-27 17:18:29 +00:00
|
|
|
"/lib/x86_64-linux-gnu/liblldb-14.so.1",
|
|
|
|
|
],
|
2025-05-22 17:34:44 +00:00
|
|
|
"env": {
|
2025-05-22 21:07:49 +00:00
|
|
|
"RUST_LOG": "shrupl=debug",
|
2025-05-22 17:34:44 +00:00
|
|
|
},
|
2025-05-17 23:57:52 +00:00
|
|
|
"cwd": "${workspaceFolder}"
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// "type": "lldb",
|
|
|
|
|
// "request": "launch",
|
|
|
|
|
// "name": "Debug unit tests in executable 'shrupl'",
|
|
|
|
|
// "cargo": {
|
|
|
|
|
// "args": [
|
|
|
|
|
// "test",
|
|
|
|
|
// "--no-run",
|
|
|
|
|
// "--bin=shrupl",
|
|
|
|
|
// "--package=shrupl"
|
|
|
|
|
// ],
|
|
|
|
|
// "filter": {
|
|
|
|
|
// "name": "shrupl",
|
|
|
|
|
// "kind": "bin"
|
|
|
|
|
// }
|
|
|
|
|
// },
|
|
|
|
|
// "args": [],
|
|
|
|
|
// "cwd": "${workspaceFolder}"
|
|
|
|
|
// }
|
|
|
|
|
]
|
|
|
|
|
}
|