I want to setup to program AL in visualstudio code. But I am unable to download symbols. How can I get the correct server name for the launch.json?
This is my launch.json:
Thank you very much. This helped me get on my way.
Hi, It looks like you are using the SaaS version.
for SaaS: the "tenant" and "environmentName" are important.
For example,
Hope this helps.
Thanks.
ZHU
Hi You can use as per below, just change the parameters
{
"version": "0.2.0",
"configurations": [
{
"name": "Your own server",
"request": "launch",
"type": "al",
"environmentType":"Sandbox",
"server": "http://bccontainer/",
"serverInstance": "BC",
"authentication":"Windows",
"startupObjectId": 22,
"startupObjectType": "Page",
"breakOnError": true,
"port": 7049,
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true,
"tenant": "default"
}
]
}
|
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... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156