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" } ]