tracepoint
A checkpoint on a program entity that displays information or triggers
debugging requests when the 4GL application encounters the program entity. Possible
program entities include: a particular line of code, a variable, a particular
function, or all functions. Tracepoints are set with the INFORMIX-4GL Interactive
Debugger. They do not suspend program execution.
See also breakpoint, checkpoint, debugging environment.