The main difference is that print statement are redirected to NUL in normal mode and a file in DEBUG mode. There are also a lot more print statements that become active -- this in turn can change the timing of various operations, which can cause timing/threading sensitive bugs to change their behavior.
|