/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-22.11
launch.vs.json
66 строк
3 KB
Benjamin Thaut
Review fixes
17 мар 2020, 17:48
17 мар 2020, 17:48
53bd142
Код
Авторство
О чём код?
{ "version": "0.2.1", "defaults": {}, "configurations": [ { "type": "cppdbg", "name": "> FoundationTest", "project": "CMakeLists.txt", "projectTarget": "libFoundationTest.so (Code\\UnitTests\\FoundationTest\\libFoundationTest.so)", "cwd": "${workspaceRoot}", "MIMode": "gdb", "program": "debugtemp/app_process32", "externalConsole": true, "inheritEnvironments": [ "gcc_arm" ], "miDebuggerPath": "${workspaceRoot}\\Data\\Tools\\Precompiled\\GdbProxy.exe", "setupCommands": [ { "text": "shell powershell -NoLogo -NoProfile -File \"${workspaceRoot}\\Utilities\\DbgAndroid.ps1\" -PrepareOnly -PackageName \"com.ezengine.FoundationTest\" -detectArch \"${cmake.name}\" -originalSoDir \"${cmake.buildRoot}\\Code\\UnitTests\\FoundationTest\" -debugTemp \"${workspaceRoot}\\debugtemp\" -apk \"${cmake.buildRoot}\\Code\\UnitTests\\FoundationTest\\FoundationTest.apk\" -MessageBoxOnError", "ignoreFailures": false }, { "text": "source ${workspaceRoot}\\debugtemp\\gdb.setup" } ], "customLaunchSetupCommands": [], "visualizerFile": "${debugInfo.linuxNatvisPath}", "showDisplayString": true, "miDebuggerServerAddress": "localhost:5039", "launchCompleteCommand": "None", "filterStderr": true, "filterStdout": true }, { "type": "cppdbg", "name": "> FoundationTest (Don't deploy)", "project": "CMakeLists.txt", "projectTarget": "libFoundationTest.so (Code\\UnitTests\\FoundationTest\\libFoundationTest.so)", "cwd": "${workspaceRoot}", "MIMode": "gdb", "program": "debugtemp/app_process32", "externalConsole": true, "inheritEnvironments": [ "gcc_arm" ], "miDebuggerPath": "${workspaceRoot}\\Data\\Tools\\Precompiled\\GdbProxy.exe", "setupCommands": [ { "text": "shell powershell -NoLogo -NoProfile -File \"${workspaceRoot}\\Utilities\\DbgAndroid.ps1\" -PrepareOnly -PackageName \"com.ezengine.FoundationTest\" -detectArch \"${cmake.name}\" -originalSoDir \"${cmake.buildRoot}\\Code\\UnitTests\\FoundationTest\" -debugTemp \"${workspaceRoot}\\debugtemp\" -MessageBoxOnError", "ignoreFailures": false }, { "text": "source ${workspaceRoot}\\debugtemp\\gdb.setup" } ], "customLaunchSetupCommands": [], "visualizerFile": "${debugInfo.linuxNatvisPath}", "showDisplayString": true, "miDebuggerServerAddress": "localhost:5039", "launchCompleteCommand": "None", "filterStderr": true, "filterStdout": true } ] }