diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-21 15:46:30 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-21 15:46:30 +0200 |
| commit | aefe0cf3874c542669051b2b3cc21c9590aa970b (patch) | |
| tree | e8e6d12b2a261fa0dbde21654c999a14f43824bb /.vscode/launch.json | |
| parent | f88be86978af5ebb92bc9f11e99015afc6b6c4f7 (diff) | |
Fix bugs
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
