From 626ae61483968eb63a80cb6286a0d47d15178210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parodi=2C=20Eugenio=20=F0=9F=8C=B6?= Date: Fri, 27 Jun 2025 08:42:16 +0100 Subject: [PATCH] chore: added sphinx debug --- .vscode/launch.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 7ccff20c..e56b17f7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -30,12 +30,12 @@ "request": "launch", "program": "${file}", "console": "integratedTerminal", - "justMyCode": true, + "justMyCode": false, "env": { "PYTHONPATH": "libs/pyTermTk/" }, "args": [ - "tools/webExporter/js/ttkproxy.js" + "experiments/social/img2.png" ] }, { @@ -152,5 +152,19 @@ "-t" ] }, + { + "name": "Python: sphinx", + "type": "debugpy", + "request": "launch", + "program": ".venv/bin/sphinx-build", + "console": "integratedTerminal", + "justMyCode": false, + "args": [ + "docs/source", "_build" + ], + "env": { + "PYTHONPATH": "libs/pyTermTk/" + }, + }, ] } \ No newline at end of file