Skip to content

Quick-tip 36 | Debugging with the print log

When debugging a program it is often makes sense to use the print statement. Sometimes I have encounted the situation where one of the variables that I am tracking, inexplicable vacillates between two different numbers.

Quick-tip 36 demonstrates the user setup error that can cause this confusion. Avoiding this mistake can save a lot of time spent with needless debugging.