Hii Team we are getting error while download the symbol in visual code
The Error was
Hii Team we are getting error while download the symbol in visual code
The Error was
Hi, just adding some info.
After the On-Pre version is installed by default, some settings need to be turned on.
Hope the following helps.
Thanks.
ZHU
Hi Johnson Samuel,
Kindly use that format,
{
"version": "0.2.0",
"configurations": [
{
"name": "Your own server",
"request": "launch",
"type": "al",
"environmentType": "OnPrem",
"server": "http://localhost:8080/BC140",
"serverInstance": "BC190",
"authentication": "Windows",
"startupObjectId": 9307,
"startupObjectType": "Page",
"breakOnError": "All",
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true,
"tenant": "default",
"schemaUpdateMode": "Synchronize"
}
]
}
Replace BC190 with your version.
Regards
Govinda Kumar
Are you using OnPrem or Cloud?
If Cloud then just use
{
"version": "0.2.0",
"configurations": [
{
"name": "Microsoft cloud sandbox",
"request": "launch",
"type": "al",
"environmentType": "Sandbox",
"environmentName": "Sandbox", //Your sanbox name here
"startupObjectId": 22,
"startupObjectType": "Page",
"breakOnError": true,
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true
}
]
}
Hi,
Try to add one more property as below
"environmentType":"OnPrem",
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,252 Super User 2024 Season 2
Martin Dráb 228,089 Super User 2024 Season 2
nmaenpaa 101,148