Skip to content

Commit 797889b

Browse files
authored
dev: debug into ParatextData (#3773)
1 parent 4981170 commit 797889b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.vscode/launch.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@
2525
"name": "Attach to backend dotnet application",
2626
"type": "coreclr",
2727
"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,
2841
"processName": "SIL.XForge.Scripture"
2942
},
3043
{

0 commit comments

Comments
 (0)