These settings are restored from files when breakpoints worked so I'm pretty sure these are correect. Here's part of what I have in the app.json:
"version": "1.0.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"screenshots": [],
"platform": "1.0.0.0",
"application": "25.3.28755.29171",
"idRanges": [
{
"from": 50100,
"to": 50149
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"runtime": "14.0",
"features": [
"NoImplicitWith"
],
"dependencies": [
{
"id": "437dbf0e-84ff-417a-965d-ed2bb9650972",
"publisher": "Microsoft",
"name": "Base Application",
"version": "25.3.0.0"
}
]
}
"version": "0.2.0",
"configurations": [
{
"name": "Your own server",
"request": "launch",
"type": "al",
"environmentType": "Sandbox",
"startupObjectId": 22,
"startupObjectType": "Page",
"breakOnError": "All",
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true,
"usePublicURLFromServer": true
},
{
"name": "AL: Generated Download Symbols request",
"request": "launch",
"type": "al",
"environmentType": "Sandbox",
"environmentName": "PixelPulse_Sandbox"
},
{
"name": "AL: Generated Attach request",
"request": "attach",
"type": "al",
"environmentType": "Sandbox",
"environmentName": "PixelPulse_Sandbox",
"sessionId": 7042,
"breakOnNext": "WebClient",
"breakOnError": "ExcludeTry"
}
]
}