Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix typo

...

SourceCode not shown in BC13..BC18

Mobile MWS WMS extension has it´s source code hidden.

...

It´s possible to debug an error from a webservice call by setting the Request property to “Aattach”“Attach”.

This will allow you to attach debugger from VS Code to a sandbox environment without deploying any app file.

...

Example of Launch.json file for “Attach” debugging:


{

    "version": "0.2.0",

    "configurations": [

        {

            "name": "Microsoft cloud sandbox",

            "request": "attach",

            "type": "al",

            "environmentType": "Sandbox",

            "environmentName": "NameOfYourSandbox",                      

            "breakOnError": true,  

            "breakOnNext": "WebServiceClient",          

            "enableLongRunningSqlStatements": true,

            "enableSqlInformationDebugger": true,

            "tenant": "taskletfactory.onmicrosoft.com" or "YourCompany.com"

        }

    ]

}



Example of Launch.json file for “Launch” debugging:

{

    "version": "0.2.0",

    "configurations": [

        {

            "name": "Microsoft cloud sandbox",

            "request": "launch",

            "type": "al",

            "environmentType": "Sandbox",

            "environmentName": " NameOfYourSandbox ",            

            "breakOnError": true,

            "launchBrowser": true,

            "enableLongRunningSqlStatements": true,

            "enableSqlInformationDebugger": true,

            "tenant":   "TaskletfactoryYourCompany.onmicrosoft.com" or "YourCompany.com"

        }

    ]

}


See also

Filter by label (Content by label)
showLabelsfalse
max5
spacesTFSK
showSpacefalse
sortmodified
reversetrue
typepage
excludeCurrenttrue
cqllabel = "troubleshooting" and label = "bc" and space = "TFSK"
labelsMobiControl lockdown locked administrator