This commit is contained in:
2024-08-03 00:42:00 +09:00
parent 5c99d42fe3
commit ba56fe015f

2
.vscode/launch.json vendored
View File

@@ -7,7 +7,7 @@
"request": "launch",
"program": "/home/happytanuki/BumbleCee/build/BumbleCee",
"stopAtEntry": false,
"cwd": "${fileDirname}",
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",