You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .vscode/launch.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@
6
6
"type": "cppdbg",
7
7
"request": "launch",
8
8
// 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
0 commit comments