Debugger, Almost
Today I started work on the Phoo debugger. As-is, it is very simple – I already programmed in a “tick” function into Phoo that gets called every item, and so my debugger only needs to patch itself into this function.
However, the three buttons – “Into”, “Over”, and “Out” – caused me some …