mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
104 lines
4.7 KiB
JSON
104 lines
4.7 KiB
JSON
{
|
|
// 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": "ScreenPlay Debug",
|
|
"request": "launch",
|
|
"type": "cppvsdbg", // Must be set otherwise VSCode does not know we want to debug c++
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceFolder}",
|
|
"environment": [],
|
|
"console": false,
|
|
"windows": {
|
|
"environment": [
|
|
{
|
|
"name": "Path",
|
|
"value": "${env:Path};${workspaceFolder}\\..\\aqt\\6.4.2\\msvc2019_64\\bin\\;${workspaceFolder}\\..\\aqt\\6.4.2\\msvc2019_64\\modules\\;${workspaceFolder}\\..\\aqt\\6.4.2\\msvc2019_64\\qml\\;"
|
|
}
|
|
],
|
|
"type": "cppvsdbg",
|
|
"program": "${workspaceFolder}/../build_ScreenPlay_Qt_6.4.2_MSVC_Debug/bin/ScreenPlay.exe"
|
|
},
|
|
"osx": {
|
|
"MIMode": "lldb",
|
|
"program": "${workspaceFolder}/../build_ScreenPlay_Qt_6.3.2_Clang_Debug/bin/ScreenPlay.app/Contents/MacOS/ScreenPlay",
|
|
"type": "cppdbg"
|
|
}
|
|
},
|
|
{
|
|
"name": "ScreenPlay RelWithDebInfo",
|
|
"request": "launch",
|
|
"type": "cppvsdbg", // Must be set otherwise VSCode does not know we want to debug c++
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceFolder}",
|
|
"environment": [],
|
|
"console": false,
|
|
"windows": {
|
|
"environment": [
|
|
{
|
|
"name": "Path",
|
|
"value": "${env:Path};${workspaceFolder}\\..\\aqt\\6.4.2\\msvc2019_64\\bin\\;${workspaceFolder}\\..\\aqt\\6.4.2\\msvc2019_64\\modules\\;${workspaceFolder}\\..\\aqt\\6.4.2\\msvc2019_64\\qml\\;"
|
|
}
|
|
],
|
|
"type": "cppvsdbg",
|
|
"program": "${workspaceFolder}/../build_ScreenPlay_Qt_6.4.2_MSVC_RelWithDebInfo/bin/ScreenPlay.exe"
|
|
},
|
|
"osx": {
|
|
"MIMode": "lldb",
|
|
"program": "${workspaceFolder}/../build_ScreenPlay_Qt_6.3.2_Clang_RelWithDebInfo/bin/ScreenPlay.app/Contents/MacOS/ScreenPlay",
|
|
"type": "cppdbg"
|
|
}
|
|
},
|
|
{
|
|
"name": "ScreenPlayWallpaper Debug",
|
|
"request": "launch",
|
|
"type": "cppvsdbg", // Must be set otherwise VSCode does not know we want to debug c++
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceFolder}",
|
|
"environment": [],
|
|
"console": false,
|
|
"windows": {
|
|
"environment": [
|
|
{
|
|
"name": "Path",
|
|
"value": "${env:Path};${workspaceFolder}\\..\\aqt\\6.4.2\\msvc2019_64\\bin\\;${workspaceFolder}\\..\\aqt\\6.4.2\\msvc2019_64\\modules\\;${workspaceFolder}\\..\\aqt\\6.4.2\\msvc2019_64\\qml\\;"
|
|
}
|
|
],
|
|
"type": "cppvsdbg",
|
|
"program": "${workspaceFolder}/../build_ScreenPlay_Qt_6.4.2_MSVC_Debug/bin/ScreenPlayWallpaper.exe"
|
|
},
|
|
"osx": {
|
|
"MIMode": "lldb",
|
|
"program": "${workspaceFolder}/../build_ScreenPlay_Qt_6.3.2_Clang_Debug/bin/ScreenPlayWallpaper.app/Contents/MacOS/ScreenPlayWallpaper",
|
|
"type": "cppdbg"
|
|
}
|
|
},
|
|
{
|
|
"name": "ScreenPlayWallpaper RelWithDebInfo",
|
|
"request": "launch",
|
|
"type": "cppvsdbg", // Must be set otherwise VSCode does not know we want to debug c++
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceFolder}",
|
|
"environment": [],
|
|
"console": false,
|
|
"windows": {
|
|
"environment": [
|
|
{
|
|
"name": "Path",
|
|
"value": "${env:Path};${workspaceFolder}\\..\\aqt\\6.4.2\\msvc2019_64\\bin\\;${workspaceFolder}\\..\\aqt\\6.4.2\\msvc2019_64\\modules\\;${workspaceFolder}\\..\\aqt\\6.4.2\\msvc2019_64\\qml\\;"
|
|
}
|
|
],
|
|
"type": "cppvsdbg",
|
|
"program": "${workspaceFolder}/../build_ScreenPlay_Qt_6.4.2_MSVC_RelWithDebInfo/bin/ScreenPlayWallpaper.exe"
|
|
},
|
|
"osx": {
|
|
"MIMode": "lldb",
|
|
"program": "${workspaceFolder}/../build_ScreenPlay_Qt_6.3.2_Clang_RelWithDebInfo/bin/ScreenPlayWallpaper.app/Contents/MacOS/ScreenPlayWallpaper",
|
|
"type": "cppdbg"
|
|
}
|
|
}
|
|
]
|
|
} |