aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-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