From 54566bdeddbc6f1c2bd32fba344bd54b56985a19 Mon Sep 17 00:00:00 2001 From: "s.steuer" Date: Thu, 14 Aug 2025 17:39:56 +0200 Subject: [PATCH] =?UTF-8?q?Schaltername=20in=20Konfiguration=20f=C3=BCr=20?= =?UTF-8?q?Konsolenausgabe=20korrigiert=20und=20Konfiguration=20umbenannt?= =?UTF-8?q?=20+=20Debug-Konfiguration=20f=C3=BCr=20Ausgabe=20der=20neuen?= =?UTF-8?q?=20BOM=20als=20CSV=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index eff02c4..6df71ae 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,7 +13,16 @@ "justMyCode": true }, { - "name": "ConsoleOutputNewBOM", + "name": "OutputInConsole", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "justMyCode": true, + "args": ["000000382", "cmd"] + }, + { + "name": "OutputAsCSV", "type": "debugpy", "request": "launch", "program": "${file}",