Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting hang when ran the BC Container BC 25 #3780

Open
skanel opened this issue Dec 6, 2024 · 0 comments
Open

Getting hang when ran the BC Container BC 25 #3780

skanel opened this issue Dec 6, 2024 · 0 comments

Comments

@skanel
Copy link

skanel commented Dec 6, 2024

launch.json

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Your own server",
            "request": "launch",
            "type": "al",
            "environmentType": "Sandbox",
            "server": "http://ngtdev",
            "serverInstance": "BC",
            "authentication": "UserPassword",
            "startupObjectId": 22,
            "startupObjectType": "Page",
            "breakOnError": "All",
            "launchBrowser": true,
            "enableLongRunningSqlStatements": true,
            "enableSqlInformationDebugger": true,
            "tenant": "default",
            "usePublicURLFromServer": true,
            "schemaUpdateMode": "ForceSync"
        },
        {
            "name": "AL: Generated Download Symbols request",
            "request": "launch",
            "type": "al",
            "server": "http://ngtdev",
            "serverInstance": "BC",
            "authentication": "UserPassword",
            "port": 7049
        }
    ]
}

app.json

{
    "id": "206d2f0c-107e-4882-90b0-ac987c9b1075",
    "name": "ZinExtension",
    "publisher": "Zin Technology",
    "version": "25.0.0.0",
    "brief": "",
    "description": "",
    "privacyStatement": "",
    "EULA": "",
    "help": "",
    "url": "",
    "logo": "",
    "dependencies": [
        {
          "id": "b7174aae-753c-4e71-bacb-d973995dce5e",
          "name": "_Exclude_ReportLayouts",
          "publisher": "Microsoft",
          "version": "25.0.0.0"
        }
    ],
    "screenshots": [],
    "platform": "1.0.0.0",
    "application": "25.0.0.0",
    "idRanges": [
        {
            "from": 50000,
            "to": 65400
        }
    ],
    "resourceExposurePolicy": {
        "allowDebugging": true,
        "allowDownloadingSource": false,
        "includeSourceInSymbolFile": false
    },
    "runtime": "14.0",
    "features": [
        "NoImplicitWith"
    ]
}

Code debug

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants