In programming, a break point is put in a program which is being developed, to stop its execution at a particular place, so that the programmer can examine the state of the program at that point, e.g. the values of variables.

Related terms

Term sub categories

Programming
   testing and debugging