From 9fd39731be96f8253f45c19f88c4ace9f867dcb8 Mon Sep 17 00:00:00 2001 From: "s.steuer" Date: Mon, 11 Aug 2025 02:02:20 +0200 Subject: [PATCH] =?UTF-8?q?Debug-Konfiguration=20f=C3=BCr=20Konsolenausgab?= =?UTF-8?q?e=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 6b76b4f..eff02c4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,17 @@ "type": "debugpy", "request": "launch", "program": "${file}", - "console": "integratedTerminal" + "console": "integratedTerminal", + "justMyCode": true + }, + { + "name": "ConsoleOutputNewBOM", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "justMyCode": true, + "args": ["000000382", "csv"] } ] -} \ No newline at end of file +}