Skip to content

Commit 15fd6a7

Browse files
author
bjjwwang
committed
merge
2 parents b821a0d + b2c1b44 commit 15fd6a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.vscode/c_cpp_properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"includePath": [
66
"/usr/local/include/**",
77
"${workspaceFolder}/**",
8-
"../SVF/**"
8+
"${workspaceFolder}/../SVF/**"
99
],
1010
"defines": [],
1111
"compilerPath": "/usr/bin/g++",

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"type": "cppdbg",
77
"request": "launch",
88
// Please change to the executable of your current lab or assignment
9-
"program": "${workspaceFolder}/bin/hello",
10-
"args": [], // may input the test llvm bc file or other options and flags the program may use
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
1111
"cwd": "${workspaceFolder}",
1212
"preLaunchTask": "C/C++: cpp build active file",
13-
"MIMode": "lldb",
13+
"MIMode": "gdb",
1414
"setupCommands": [
1515
{
1616
"description": "Enable pretty-printing for gdb",

0 commit comments

Comments
 (0)