mirror of
https://github.com/safing/portmaster
synced 2026-07-09 15:58:25 +00:00
vscode config: Use consistent debug binary output path in VS Code launch configuration
- Add fixed output path for portmaster-core debug configurations - Prevents creation of temporary debug binaries with random suffixes - Reuses same binary across debug sessions
This commit is contained in:
parent
b298265c46
commit
67802f5cfb
1 changed files with 2 additions and 2 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue