mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-01-17 05:18:21 +01:00
198 lines
5.9 KiB
JSON
198 lines
5.9 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "dca3-sim",
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/dreamcast/dca3-sim.elf",
|
|
"args": [],
|
|
"stopAtEntry": false,
|
|
"cwd": "${fileDirname}",
|
|
"environment": [],
|
|
"externalConsole": false,
|
|
"MIMode": "gdb",
|
|
"setupCommands": [
|
|
{
|
|
"description": "Enable pretty-printing for gdb",
|
|
"text": "-enable-pretty-printing",
|
|
"ignoreFailures": true
|
|
},
|
|
{
|
|
"description": "Set Disassembly Flavor to Intel",
|
|
"text": "-gdb-set disassembly-flavor intel",
|
|
"ignoreFailures": true
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "dca3-sim (mac)",
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/dreamcast/dca3-sim.elf",
|
|
"args": [],
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceFolder}/dreamcast",
|
|
"environment": [],
|
|
"externalConsole": false,
|
|
"MIMode": "lldb"
|
|
},
|
|
{
|
|
"name": "texconv (Windows)",
|
|
"type": "cppvsdbg",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/dreamcast/texconv.exe",
|
|
"args": ["repack-data/img-orig/GTAElift.DFF", "repack-data/img-dc/GTAElift.DFF"],
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceFolder}/dreamcast",
|
|
"environment": [],
|
|
"console": "externalTerminal"
|
|
},
|
|
{
|
|
"name": "wav2adpcm (wav, mac)",
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/dreamcast/wav2adpcm",
|
|
"args": ["-t", "../../gta3/audio/CLASS.wav", "repack-data/gta3/stream/CLASS.wav"],
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceFolder}/dreamcast",
|
|
"environment": [],
|
|
"externalConsole": false,
|
|
"MIMode": "lldb"
|
|
},
|
|
{
|
|
"name": "wav2adpcm (mp3, mac)",
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/dreamcast/wav2adpcm",
|
|
"args": ["-t", "../../gta3/audio/JB.mp3", "repack-data/gta3/stream/JB.wav"],
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceFolder}/dreamcast",
|
|
"environment": [],
|
|
"externalConsole": false,
|
|
"MIMode": "lldb"
|
|
},
|
|
{
|
|
"name": "texconv (mac)",
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/dreamcast/texconv",
|
|
"args": ["repack-data/img-orig/IslandLODcomSUB.dff", "repack-data/img-dc/IslandLODcomSUB.dff"],
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceFolder}/dreamcast",
|
|
"environment": [],
|
|
"externalConsole": false,
|
|
"MIMode": "lldb"
|
|
},
|
|
{
|
|
"name": "texconv",
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/dreamcast/texconv",
|
|
"args": ["../../gta3/models/fonts.txd", "repack/gta3/models/fonts.txd", "32", "32"],
|
|
"stopAtEntry": false,
|
|
"cwd": "${workspaceFolder}/dreamcast",
|
|
"environment": [],
|
|
"externalConsole": false,
|
|
"MIMode": "gdb",
|
|
"setupCommands": [
|
|
{
|
|
"description": "Enable pretty-printing for gdb",
|
|
"text": "-enable-pretty-printing",
|
|
"ignoreFailures": true
|
|
},
|
|
{
|
|
"description": "Set Disassembly Flavor to Intel",
|
|
"text": "-gdb-set disassembly-flavor intel",
|
|
"ignoreFailures": true
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"MIMode": "gdb",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}",
|
|
"environment": [],
|
|
"externalConsole": false,
|
|
"name": "(gdb) Launch (Linux Debug)",
|
|
"preLaunchTask": "Compile (Debug Linux x64)",
|
|
"program": "${workspaceFolder}/bin/linux-amd64-librw_gl3_glfw-oal/Debug/re3",
|
|
"request": "launch",
|
|
"setupCommands": [
|
|
{
|
|
"description": "Enable pretty-printing for gdb",
|
|
"ignoreFailures": true,
|
|
"text": "-enable-pretty-printing"
|
|
}
|
|
],
|
|
"stopAtEntry": false,
|
|
"targetArchitecture": "x64",
|
|
"type": "cppdbg"
|
|
},
|
|
{
|
|
"MIMode": "gdb",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}",
|
|
"environment": [],
|
|
"externalConsole": false,
|
|
"name": "(gdb) Launch (Linux Release)",
|
|
"preLaunchTask": "Compile (Release Linux x64)",
|
|
"program": "${workspaceFolder}/bin/linux-amd64-librw_gl3_glfw-oal/Release/re3",
|
|
"request": "launch",
|
|
"setupCommands": [
|
|
{
|
|
"description": "Enable pretty-printing for gdb",
|
|
"ignoreFailures": true,
|
|
"text": "-enable-pretty-printing"
|
|
}
|
|
],
|
|
"stopAtEntry": false,
|
|
"targetArchitecture": "x64",
|
|
"type": "cppdbg"
|
|
},
|
|
{
|
|
"MIMode": "lldb",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}",
|
|
"environment": [],
|
|
"externalConsole": false,
|
|
"name": "(lldb) Launch (macOS Debug)",
|
|
"preLaunchTask": "Compile (Debug macOS x64)",
|
|
"program": "${workspaceFolder}/bin/macosx-amd64-librw_gl3_glfw-oal/Debug/re3.app",
|
|
"request": "launch",
|
|
"setupCommands": [
|
|
{
|
|
"description": "Enable pretty-printing for lldb",
|
|
"ignoreFailures": true,
|
|
"text": "-enable-pretty-printing"
|
|
}
|
|
],
|
|
"stopAtEntry": false,
|
|
"targetArchitecture": "x64",
|
|
"type": "cppdbg"
|
|
},
|
|
{
|
|
"MIMode": "lldb",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}",
|
|
"environment": [],
|
|
"externalConsole": false,
|
|
"name": "(lldb) Launch (macOS Release)",
|
|
"preLaunchTask": "Compile (Release macOS x64)",
|
|
"program": "${workspaceFolder}/bin/macosx-amd64-librw_gl3_glfw-oal/Release/re3.app",
|
|
"request": "launch",
|
|
"setupCommands": [
|
|
{
|
|
"description": "Enable pretty-printing for lldb",
|
|
"ignoreFailures": true,
|
|
"text": "-enable-pretty-printing"
|
|
}
|
|
],
|
|
"stopAtEntry": false,
|
|
"targetArchitecture": "x64",
|
|
"type": "cppdbg"
|
|
}
|
|
],
|
|
"version": "0.2.0"
|
|
}
|