From aefe0cf3874c542669051b2b3cc21c9590aa970b Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 21 Feb 2024 15:46:30 +0200 Subject: Fix bugs --- .vscode/launch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index a7efb5f..397ff70 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,13 +5,13 @@ "version": "0.2.0", "configurations": [ { - "name": "Python: Current File", + "name": "Python: emu module", "type": "python", "request": "launch", - "program": "${file}", + "module": "atk16_emu.cli", "console": "integratedTerminal", "justMyCode": true, - "args": ["out/just_hlt.bin"] + "args": ["out/sum.bin"] } ] } \ No newline at end of file -- cgit v1.3