Skip to content

Commit

Permalink
debug setting
Browse files Browse the repository at this point in the history
  • Loading branch information
rine77 committed Nov 27, 2024
1 parent 2cb5833 commit e5950d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "debugpy",
"request": "launch",
"module": "homeassistant", // Führt `python -m homeassistant` aus
"args": ["--config", "/home/rine/Projekte/homeassistant/core/config"],
"args": ["--config", "/home/rine/Projekte/homeassistant/core/config", "--debug"],
"console": "integratedTerminal",
"justMyCode": false
}
Expand Down

0 comments on commit e5950d5

Please sign in to comment.