implement / re-implement error-handling

This commit is contained in:
2025-02-13 14:51:01 +01:00
parent 70413c38c8
commit a91f26259e
5 changed files with 107 additions and 3 deletions

3
.vscode/launch.json vendored
View File

@@ -5,6 +5,9 @@
"name": "(lldb) debug project",
"type": "lldb",
"request": "launch",
"env": {
"DEBUG": "1"
},
"program": "",
"linux": {
"preLaunchTask": "(dbg) compile linux-x86_64",