Pest.rs provides different stack functions like PUSH
. These seem to work for me, but I would like to know if there is a way to debug the stack operations? If things aren't going as planned, is there an easy way to trigger a debug operation such that I can see things PUSH
'd and POP
'd off the stack, or the current state after each stack operation?
I feel like developing with these functions is more brute force than I'd like.