
breakpoint
Sign in to savethumb|The debugging interface of Eclipse (software)|Eclipse with a program suspended at a breakpoint. Panels with [[stack trace (upper left) and watched variables (upper right) can be seen.]]
~8 min read
Encyclopedic overview
13 sectionsContents
- History
- Types of breakpoints
- Machine breakpoints
- Non-interactive breakpoints
- Interactive breakpoints
- Conditional breakpoints
- Inspection tools
- Logpoints
- Implementations
- Hardware
- Software
- See also
- References
thumb|The debugging interface of Eclipse (software)|Eclipse with a program suspended at a breakpoint. Panels with [[stack trace (upper left) and watched variables (upper right) can be seen.]]
In software development, a breakpoint is an intentional stopping or pausing place in a program, put in place for debugging purposes. It is also sometimes simply referred to as a pause.
Excerpted from Wikipedia’s “breakpoint” article, available under the CC BY-SA 4.0 licence.