It's probably better to link the developer's original page about this rather than a news article about it: <a href="https://www.arctic81.com/" rel="nofollow">https://www.arctic81.com/</a>
I wrote a game in PL/M in the bad old days before good debuggers. Didn't work. Fast-forward and years later a colleague wrote a source debugger for our OS (CTOS) and in half an hour I had the game running. Bad pointer construction if I remember right - pointing to byte variables and treating them as pointers to words.