debug-log option in debugging

This commit is contained in:
mrbesen 2022-07-10 01:51:22 +02:00
parent d8e8e1c459
commit 4bcdf80fab
Signed by untrusted user: MrBesen
GPG Key ID: 596B2350DCD67504
1 changed files with 1 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@ -30,7 +30,7 @@
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/lolautoaccept",
"args": [],
"args": ["--debug-log"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],