2023-10-03
This week I didn't get to prepare a blog post on Sunday. However, October 3rd is a public holiday in Germany, the Day of German Unity. So here's today's blog post.
This week I only worked on the debugger, specifically its support and selection of Extensions for lDebug (ELDs). Some commands were re-created as ELDs, other ELDs add completely new commands.
2023-09-24
Last week on Sunday I was occupied with something other than preparing a blog post. Therefore, today I will cover the changes since two weeks ago.
2023-09-15
(I wrote this up on Friday before the 2023-09-17 Sunday that I didn't have time to prepare a blog post. More on the ELD interface in the subsequent post prepared today (2023-09-24).)
As described in yesterday's blog post, I added the /T switch to lDebug's init to relocate the application mode debugger. However, one bit I forgot to include was the consideration of adding multiple different strategies to try in order. I wasn't sure how I would expose these as switches to the debugger, so I didn't include them until today.
In yesterday's blog post I forgot to mention the INSTALL TOGGLE
command added to the debugger now. I had considered this for a while already, but finally got around to adding it. Instead of using up another "global" command, I opted for a keyword that follows an INSTALL
command to turn it into an INSTALL TOGGLE
command. Other than that decision there are no surprises here. It did turn up another bug or two of them during development.