Hi experts!
Suddenly, I found a breakpoint does not work, though that was working before? What do you think happening on this apps?
Look forward to haring from you.
Nobuhara
--- app.json
{
"id": "c524b757-b1cf-4718-8a4a-101f54d1c6c3",
"name": "BreakpointTest",
"publisher": "Default Publisher",
"version": "1.0.0.4",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [],
"screenshots": [],
"platform": "26.0.0.0",
"application": "26.0.0.0",
"idRanges": [
{
"from": 50100,
"to": 50149
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"features": [
"NoImplicitWith"
]
}
--- launch.json
{
"version": "0.2.0",
"configurations": [
{
"name": "Microsoft cloud sandbox",
"request": "launch",
"tenant" : "****************************",
"type": "al",
"environmentType": "Sandbox",
"environmentName": "sandbox2",
"startupObjectId": 22,
"startupObjectType": "Page",
"breakOnError": "All",
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true
}
]
}