Problemas aos debugar? Recrie o arquivo launch.json
C:\...\.vscode\launch.json
"Clicar no fonte.prw + f5 p/ debugar ou
Clicar fora do fonte, no debug, +f5 para criar o 1° arquivo launch.json"
O json abaixo pode ser colocado no launch.json e deverá alterar o caminho do smartclient.
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Advpl Debug",
"type": "advpl",
"request": "launch",
"args": [],
"cwd": "${workspaceRoot}",
"programRun": "${command:AskForProgramName}",
"stopOnEntry": false,
"enviromentInfo": "${command:GetEnvInfos}",
"smartclientPath": "C:\\...\\protheus\\bin\\smartclient\\",
"workspace": "${workspaceRoot}/"
}
]
}
Espero que ajude!
Nenhum comentário:
Postar um comentário