20. April 2020 14:36
{
            "type": "al",
            "request": "launch",
            "name": "Microsoft cloud sandbox",
            "startupObjectId": 22,
            "startupObjectType": "Page",
            "breakOnError": true,
            "launchBrowser": true,
            "enableLongRunningSqlStatements": true,
            "enableSqlInformationDebugger": true,
            
            "server": "https://businesscentral.dynamics.com/24108606-857534534534643209/Sandbox", // euer BC Server Name auf den ihr entwickelt... https://www.dynamicssquare.com.au/blog/dynamics-365/connect-visual-studio-code-with-business-central/
            "port": 7049,
            "serverInstance": "BC150",
            "authentication": "UserPassword", // auf Windows ändern wenn so in BS "Benutzer" eingestellt
           // "startupObjectId": 22, // wo er reinspringt nach publish!
            //https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-retaining-data-after-publishing
            "schemaUpdateMode": "Recreate"  
20. April 2020 16:13
20. April 2020 16:46
20. April 2020 16:47
{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "al",
            "request": "launch",
            "name": "Microsoft cloud sandbox",
            "startupObjectId": 22,
            "startupObjectType": "Page",
            "breakOnError": true,
            "launchBrowser": true,
            "enableLongRunningSqlStatements": true,
            "enableSqlInformationDebugger": true
        }
    ]
}21. April 2020 07:56
21. April 2020 08:31
21. April 2020 11:39
21. April 2020 12:30
21. April 2020 13:36
21. April 2020 13:47