From e5c5920ccda4c82e125ea414f838c650aa60dadf Mon Sep 17 00:00:00 2001 From: Aiden <68633820+awils27@users.noreply.github.com> Date: Mon, 11 May 2026 17:11:20 +1000 Subject: [PATCH] Launch debug change --- .vscode/launch.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 675b62d..1b176ba 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,6 +11,11 @@ "cwd": "${workspaceFolder}\\build\\vs2022-x64-debug\\Debug", "environment": [], "console": "internalConsole", + "symbolSearchPath": "${workspaceFolder}\\build\\vs2022-x64-debug\\Debug", + "requireExactSource": true, + "logging": { + "moduleLoad": true + }, "preLaunchTask": "Build LoopThroughWithOpenGLCompositing Debug x64" } ]