Jump to content

Breakpoint: Difference between revisions

From EDM2
Created page with "(1) A point in a computer program where execution may be halted. A breakpoint is usually at the beginning of an instruction where halts, caused by external intervention, are c..."
 
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
(1) A point in a computer program where execution may be halted. A breakpoint is usually at the beginning of an instruction where halts, caused by external intervention, are convenient for resuming execution. (T)
#A point in a computer program where execution may be halted. A breakpoint is usually at the beginning of an instruction where halts, caused by external intervention, are convenient for resuming execution.
#An instruction in a program for halting execution. Breakpoints are usually established at positions in a program where halts, caused by external intervention, are convenient for restarting.
#A place in a program, specified by a command or a condition, where the system halts execution and gives control to the workstation user or to a specified program.


(2) An instruction in a program for halting execution. Breakpoints are usually established at positions in a program where halts, caused by external intervention, are convenient for restarting. (T)
[[category:Stub]]
 
(3) A place in a program, specified by a command or a condition, where the system halts execution and gives control to the workstation user or to a specified program.
 
[[category:glossary]]

Revision as of 22:55, 28 October 2017

  1. A point in a computer program where execution may be halted. A breakpoint is usually at the beginning of an instruction where halts, caused by external intervention, are convenient for resuming execution.
  2. An instruction in a program for halting execution. Breakpoints are usually established at positions in a program where halts, caused by external intervention, are convenient for restarting.
  3. A place in a program, specified by a command or a condition, where the system halts execution and gives control to the workstation user or to a specified program.