Skip to content

Commit 0b48edd

Browse files
committed
Use HelloWorld as the default debug target
1 parent cfca031 commit 0b48edd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"name": "(debug) Launch",
66
"type": "cppdbg",
77
"request": "launch",
8-
// Please change to the executable of your current lab or assignment
9-
"program": "${workspaceFolder}/bin/ass1",
10-
"args": ["/home/SVF-tools/Software-Analysis-Studio/Assignment-1/test-exes/test1.graph.txt"], // may input the test llvm bc file or other options and flags the program may use
8+
// Change this to the executable of your current lab or assignment.
9+
"program": "${workspaceFolder}/bin/hello",
10+
"args": [],
1111
"cwd": "${workspaceFolder}",
1212
"preLaunchTask": "C/C++: cpp build active file",
1313
"MIMode": "gdb",

0 commit comments

Comments
 (0)