breakpoint

[breyk-point] /ˈbreɪkˌpɔɪnt/
noun
1.
a convenient point at which to make a change, interruption, etc.
Origin
Examples from the web for breakpoint
  • When one tastes chlorine in water chloramines are present due to failure to achieve breakpoint chlorination.
British Dictionary definitions for breakpoint

breakpoint

/ˈbreɪkˌpɔɪnt/
noun
1.
(computing)
  1. an instruction inserted by a debug program causing a return to the debug program
  2. the point in a program at which such an instruction operates
breakpoint in Technology

programming
A point in a program that, when reached, triggers some special behavior useful to the process of debugging; generally, breakpoints are used to either pause program execution, and/or dump the values of some or all of the program variables. Breakpoints may be part of the program itself; or they may be set by the programmer as part of an interactive session with a debugging tool for scrutinizing the program's execution.
(1999-06-07)