Описание тега printf-debugging
Printf debugging is a type of debugging that requires to insert trace statements (for example printf
in C) that should help a programmer to understand the program flow and reason about states and decisions.
This tag should be used for
- questions about the use of this debugging technique;
- questions in which the author have used this technique to understand a problem in his scenario.
Related tags: debugging