We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cd344c + 5020e36 commit 2a33539Copy full SHA for 2a33539
csharp/.vscode/launch.json
@@ -61,5 +61,21 @@
61
],
62
"env": {}
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
+ "args": [
73
+ "LocalDataFlow.cs"
74
+ ],
75
+ "env": {},
76
+ "stopAtEntry": true,
77
+ "justMyCode": false,
78
+ "suppressJITOptimizations": true
79
+ },
80
]
81
}
0 commit comments