hypothesis
RU: гипотеза
In debugging, a specific, testable claim about where a program's behaviour diverged from what was expected — for example, "the loop variable is one too large on the last iteration." A good hypothesis predicts a concrete observation, so it can be confirmed or refuted by reading the trace or checking state. Debugging proceeds by forming, testing, and refining hypotheses.