As I’m working on the debugger, I find myself spending a lot of time scratching my head only to realize that pike has, in the course of its many brilliant optimizations, decided to execute code in a way I’m not expecting. Is there a way to disable optimizations so that the flow of code is a little bit closer to what’s in the source? I suspect this would be helpful for users trying to to use a debugger as well.