From 39affac064a2d4252d2d66cd831b19974284ebf0 Mon Sep 17 00:00:00 2001 From: mistangl Date: Thu, 22 May 2025 12:16:31 +0200 Subject: [PATCH] HundM in Debugging config aufgenommen --- .vscode/launch.json | 47 +++++++++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 17 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5d4815d..8a32a1f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -23,21 +23,6 @@ "program": "${file}", "console": "integratedTerminal" }, - { - "name": "getpositions with HundM.dxf", - "type": "debugpy", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal", - "args": [ - "--filename", - "HundM.dxf", - "--sensors", - "--rack", - "--console", - "--write" - ] - }, { "name": "getpositions with easy.dxf", "type": "debugpy", @@ -51,6 +36,22 @@ "--rack", "--console", "--write", + "easy_positions.json" + ] + }, + { + "name": "getpositions with HundM.dxf", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "args": [ + "--filename", + "HundM.dxf", + "--sensors", + "--rack", + "--console", + "--write", "easy" ] }, @@ -108,7 +109,6 @@ "easy.dxf" ] }, - { "name": "routing for easy.json", "type": "debugpy", @@ -117,9 +117,22 @@ "console": "integratedTerminal", "args": [ "--filename", - "easy.json", + "easy_positions.json", "-g" ] + }, + { + "name": "routing for HundM_coords.json", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "args": [ + "--filename", + "HundM_coords.json", + "-w", + "HundM_cables.json" + ] } ] } \ No newline at end of file