/
spruttechnology
/
cam-api-examples
Обзор
Документация
Войти
/
spruttechnology
/
cam-api-examples
Код
Запросы
3
Задачи
Пакеты
0
Релизы
1
Аналитика
v19/develop
ProjectMachine/ExtensionUtilityProjectMachineInfoNet/.vscode/launch.json
26 строк
867 B
renal
New version SDK
17 ноя 2025, 09:51
17 ноя 2025, 09:51
ef43a81
Код
Авторство
О чём код?
{ // 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 19/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" } ] }