aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-02-21 15:46:30 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-02-21 15:46:30 +0200
commitaefe0cf3874c542669051b2b3cc21c9590aa970b (patch)
treee8e6d12b2a261fa0dbde21654c999a14f43824bb /.vscode
parentf88be86978af5ebb92bc9f11e99015afc6b6c4f7 (diff)
Fix bugs
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json6
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