Compare commits

..

2 Commits

Author SHA1 Message Date
Ulysse Cura cd7a4912af White background. 2026-07-22 16:10:55 +02:00
Ulysse Cura cb922ac762 Debugging working. 2026-07-22 16:10:03 +02:00
2 changed files with 6 additions and 22 deletions

26
.vscode/launch.json vendored
View File

@ -5,28 +5,12 @@
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"name": "(gdb) Launch", "name": "Debug",
"type": "cppdbg", "type": "gdb",
"request": "launch", "request": "launch",
"program": "${workspaceFolder}/build/2D_Engine", "target": "${workspaceFolder}/build/2D_Engine",
"args": [], "cwd": "${workspaceRoot}",
"stopAtEntry": false, "valuesFormatting": "parseText"
"cwd": "${workspaceFolder}",
"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
}
]
} }
] ]
} }

@ -1 +1 @@
Subproject commit af6ae7ae2225bbc73d4128cf19b6c099dcdfc03a Subproject commit 9b6ac3c1455aa0ac3036cef40db80974aa27410e