/
Edwar
/
cam-api-examples
Обзор
Документация
Войти
/
Edwar
/
cam-api-examples
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ProjectMachine/ExtensionUtilityProjectMachineInfoNet/.vscode/launch.json
26 строк
867 B
cepera
synch
23 окт 2024, 19:07
23 окт 2024, 19:07
abb5b1d
Код
Авторство
О чём код?
{ // 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": "Launch CAM", "type": "coreclr", "request": "launch", "preLaunchTask": "build", "program": "C:/Program Files/Sprut Technology/SprutCAM 18/Bin64/sc.exe", "args": [ "/EXTENSION_DEBUG_FOLDER=\"${workspaceFolder}/project/main/bin/Debug\"" ], "cwd": "${workspaceFolder}", "console": "integratedTerminal", "stopAtEntry": false }, { "name": ".NET Core Attach", "type": "coreclr", "request": "attach" } ] }