You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
// 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": [
|
|
|
|
|
|
|
|
{
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"name": "Debug Day 2",
|
|
"program": "${workspaceFolder}/day_2/target/debug/day_2",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}/day_2/target/debug"
|
|
},
|
|
|
|
{
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"name": "Debug Day 3",
|
|
"program": "${workspaceFolder}/day_3/target/debug/day_3",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}/day_3/target/debug"
|
|
},
|
|
|
|
{
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"name": "Debug Day 4",
|
|
"program": "${workspaceFolder}/day_4/target/debug/day_4",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}/day_4/target/debug"
|
|
},
|
|
|
|
{
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"name": "Debug Day 5",
|
|
"program": "${workspaceFolder}/day_5/target/debug/day_5",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}/day_5/target/debug"
|
|
}
|
|
]
|
|
} |