I'm starting to experiment in the BGB debugger. I'm just experimenting with a shop in order to find the source of the of the item cost.
Is anyone able to explain the distinction between F3(run line) and F7(trace)? When I step through with F3, suddenly it jumps to my breakpoint and skips the steps where the registers are loaded with the price. Trace on the other hand goes through numerous loops (likely display) and never seems to get back to the store function.