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.
1 parent 4981170 commit 797889bCopy full SHA for 797889b
1 file changed
.vscode/launch.json
@@ -25,6 +25,19 @@
25
"name": "Attach to backend dotnet application",
26
"type": "coreclr",
27
"request": "attach",
28
+ // Uncomment the following lines and adjust local path to allow breaking on ParatextData source code. Also do
29
+ // `cp ~/.nuget/packages/paratextdata/9.5.0.19/lib/netstandard2.0/ParatextData.pdb "${SF_REPO}"/src/SIL.XForge.Scripture/bin/Debug/net8.0/`
30
+ // "justMyCode": false,
31
+ // "suppressJITOptimizations": true,
32
+ // "sourceFileMap": {
33
+ // "F:\\BuildAgent\\work\\86ab85dfab82ae21\\ParatextData": "${workspaceFolder}/../Paratext/ParatextData"
34
+ // },
35
+ // "symbolOptions": {
36
+ // "moduleFilter": {
37
+ // "mode": "loadAllButExcluded"
38
+ // }
39
40
+ // "requireExactSource": false,
41
"processName": "SIL.XForge.Scripture"
42
},
43
{
0 commit comments