From c068a870cfa76dc8565d365ab53eb16227c8c98e Mon Sep 17 00:00:00 2001 From: Neil McPhail Date: Mon, 23 Jun 2025 15:37:06 +0000 Subject: [PATCH] Add debug detail to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96b28f9..8799758 100644 --- a/README.md +++ b/README.md @@ -60,5 +60,6 @@ When you are ready to start your own project, run `make start_new_project` to wi ## Debugging -Debug in the built in simulator or in CSpect externally (example CSpect invocation on Windows would be `CSpect.exe -w2 -debug -remote`). +Debug in the built in simulator or in CSpect externally (example CSpect invocation on Windows would be `CSpect.exe -w2 -debug -remote`). The simulator is set up to expect a binary called `myprog.sna` and a map file called `myprog.sld` but this can be configured in the `.vscode/launch.json` file. + *Note: to use CSpect debugging from a Linux host you will have to edit the file `.vscode/launch.json` to change the `"hostname"` parameter to `"localhost"`*