From a2ae2c0e9f7890b7ac20ad5b960cb4d2271b406a Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Mon, 15 Feb 2021 18:04:13 -0500 Subject: [PATCH] Clarification on purpose, scope, and location. (#808) Co-authored-by: Franck Nijhof --- docs/supervisor/debugging.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/supervisor/debugging.md b/docs/supervisor/debugging.md index eb10ccf4..0db5fac7 100644 --- a/docs/supervisor/debugging.md +++ b/docs/supervisor/debugging.md @@ -7,8 +7,9 @@ The following debug tips and tricks are for developers who are running the Home ## Debug Supervisor -Visual Studio Code config: +Below you will find an example Visual Studio Code configuration to attach a Python debugger to the Home Assistant Supervisor. This configuration is intended as the default by Run> Start Debugging or pressing F5. You will need to change "IP" to match your Supervisor's IP within the Docker environment. This can be detected from within Docker by running the command `ip addr`. +.vscode/launch.json ```json { "version": "0.2.0",