Skip to content

Commit 2d77035

Browse files
committed
debug
1 parent 7dc8a63 commit 2d77035

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.vscode/launch.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "lldb",
6+
"request": "launch",
7+
"name": "Assignment not computed",
8+
"program": "${workspaceFolder}/target/debug/client",
9+
"args": ["lookup", "1000000043"],
10+
"cwd": "${workspaceFolder}",
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)