Mehrere Regionen können über das Blatt verteilt sein. Sammle alle zusammengehörigen Items in Gruppen

This commit is contained in:
2026-01-23 17:59:31 +01:00
parent 1cb0ce8442
commit 48a5b1f971
4 changed files with 284 additions and 63 deletions
+10
View File
@@ -24,6 +24,16 @@
"program": "${file}",
"console": "integratedTerminal"
},
{
"name": "create_numbers with Nummerierung1.dxf",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--filename",
"Nummerierung1.dxf" ]
},
{
"name": "getpositions with easy.dxf",
"type": "debugpy",