File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 37
37
"preLaunchTask" : " dotnet: build" ,
38
38
"program" : " ${workspaceFolder}/autobuilder/Semmle.Autobuild.CSharp/bin/Debug/net9.0/Semmle.Autobuild.CSharp.dll" ,
39
39
// Set the path to the folder that should be extracted:
40
- "cwd" : " ${workspaceFolder}/ql/integration-tests/all-platforms/autobuild" ,
40
+ "cwd" : "cwd" : " ${workspaceFolder}/ql/integration-tests/all-platforms/autobuild" ,
41
41
"stopAtEntry" : true ,
42
42
"args" : [],
43
43
"env" : {
61
61
],
62
62
"env" : {}
63
63
},
64
+ {
65
+ "name" : " C#: Tracing Debug" ,
66
+ "type" : " coreclr" ,
67
+ "request" : " launch" ,
68
+ "preLaunchTask" : " dotnet: build" ,
69
+ "program" : " ${workspaceFolder}/extractor/Semmle.Extraction.CSharp.Driver/bin/Debug/net9.0/Semmle.Extraction.CSharp.Driver.dll" ,
70
+ // Set the path to the folder that should be extracted:
71
+ "cwd" : " ${workspaceFolder}/ql/test/library-tests/dataflow/local" ,
72
+ "stopAtEntry" : true ,
73
+ "args" : [
74
+ " LocalDataFlow.cs" ,
75
+ " /r:System.Private.CoreLib.dll" ,
76
+ " /r:System.Collections.dll" ,
77
+ ],
78
+ "env" : {}
79
+ },
64
80
]
65
81
}
You can’t perform that action at this time.
0 commit comments