/
Hyperion
/
cpp-calculator
Обзор
Документация
Войти
/
Hyperion
/
cpp-calculator
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.vscode/launch.json
24 строки
539 B
Pavel Galkin
added ready files
27 июл 2025, 23:28
27 июл 2025, 23:28
a877e31
Код
Авторство
О чём код?
{ "version": "0.2.0", "configurations": [ { "name": "C/C++ Runner: Debug Session", "type": "cppdbg", "request": "launch", "args": [], "stopAtEntry": false, "externalConsole": true, "cwd": ".", "program": "build/Debug/outDebug", "MIMode": "gdb", "miDebuggerPath": "gdb", "setupCommands": [ { "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true } ] } ] }