diff --git a/.vscode/launch.json b/.vscode/launch.json index 809c8af1..24b239e5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,8 +10,7 @@ "request": "launch", "mode": "auto", "program": "${workspaceFolder}/cmds/portmaster-core", - - + "output": "${workspaceFolder}/__portmaster-core-debug", "windows": { "args": ["--bin-dir=C:\\Program Files\\Portmaster", "--log-stdout", "--log", "trace"] @@ -30,6 +29,7 @@ "request": "launch", "mode": "auto", "program": "${workspaceFolder}/cmds/portmaster-core", + "output": "${workspaceFolder}/__portmaster-core-debug", "windows": { "args": ["--bin-dir=C:\\Program Files\\Portmaster", "--log-stdout", "--log", "trace", "--disable-interception=true"]