This commit is contained in:
Neil McPhail 2025-04-26 22:52:46 +00:00
parent 0a5cf0d943
commit 676baeb563

View File

@ -1,4 +1,4 @@
Development tools for the ZX Spectrum #Development tools for the ZX Spectrum
The Dockerfile is the basis of the devcontainer. The Dockerfile is the basis of the devcontainer.
@ -6,4 +6,4 @@ The devcontainer contains various assemblers etc.
Build the example project by running `make` from the terminal or the VSCode extension. Build the example project by running `make` from the terminal or the VSCode extension.
Debug in the build 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`).