Computing (FOLDOC) dictionary
Jump to user comments
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
of the program
variables. Breakpoints may be part of the
program itself; or they may be set by the programmer as part
scrutinizing the program's execution.
(1999-06-07)