18 lines
401 B
JSON
18 lines
401 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "totvs_language_debug",
|
|
"request": "launch",
|
|
"name": "TOTVS Language Debug",
|
|
"program": "${command:AskForProgramName}",
|
|
"cwb": "${workspaceFolder}",
|
|
"smartclientBin": "../totvs/bin/smartclient/smartclient.exe",
|
|
"isMultiSession": true,
|
|
"enableTableSync": true,
|
|
"extendFeatures": {
|
|
"charDetails": false
|
|
}
|
|
}
|
|
]
|
|
} |