2

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.

Evan Carroll
  • 78,363
  • 46
  • 261
  • 468
  • 1
    Some tools have a convention - print extra debug information if a certain environment variable is set. I guess pest could use such a patch. – Victor Sergienko Mar 22 '21 at 17:12

0 Answers0