mirror of
https://github.com/Corsinvest/cv4pve-pepper.git
synced 2025-02-12 10:01:53 +00:00
28 lines
No EOL
1.2 KiB
JSON
28 lines
No EOL
1.2 KiB
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
// Usare IntelliSense per individuare gli attributi esistenti per il debug C#
|
|
// Usa il passaggio del mouse per la descrizione degli attributi esistenti
|
|
// Per ulteriori informazioni, visitare https://github.com/dotnet/vscode-csharp/blob/main/debugger-launchjson.md
|
|
"name": ".NET Core Launch (console)",
|
|
"type": "coreclr",
|
|
"request": "launch",
|
|
"preLaunchTask": "build",
|
|
// Se i framework di destinazione sono stati modificati, assicurarsi di aggiornare il percorso del programma.
|
|
"program": "${workspaceFolder}/src/Corsinvest.ProxmoxVE.Pepper/bin/Debug/net8.0/cv4pve-pepper.dll",
|
|
"args": [
|
|
"@Parm.parm"
|
|
],
|
|
"cwd": "${workspaceFolder}/src/Corsinvest.ProxmoxVE.Pepper",
|
|
// Per ulteriori informazioni sul campo 'console', vedere https://aka.ms/VSCode-CS-LaunchJson-Console
|
|
"console": "internalConsole",
|
|
"stopAtEntry": false
|
|
},
|
|
{
|
|
"name": ".NET Core Attach",
|
|
"type": "coreclr",
|
|
"request": "attach"
|
|
}
|
|
]
|
|
} |