fix watch mode to clear file cache every cycle

This commit is contained in:
Irmen de Jong
2026-01-14 20:16:33 +01:00
parent 620793011e
commit aac7d68455
4 changed files with 14 additions and 0 deletions
+4
View File
@@ -294,6 +294,10 @@ One or more .p8 module files
As soon as a change happens, the program gets compiled again.
Note that it is possible to use the watch mode with multiple modules as well, but it will
recompile everything in that list even if only one of the files got updated.
*Combined with the Emulator's Host-FS or real hardware Calypso's network drive:* this enables you to
edit prog8 source files with an editor on the X16 itself (such as XVI, XEdit). When saving the source file,
the compiler can sit in the background in watch mode, and recompile it for you immediately on save.
Then you can directly run the new resulting PRG file in the X16!
Module source code files