Package org.eclipse.cdt.debug.internal.core.breakpoints

Class Summary
AbstractLineBreakpoint Base class for different types of location breakponts.
BreakpointMessages  
BreakpointProblems  
CAddressBreakpoint A breakpoint that suspend the execution when a particular address is reached.
CBreakpoint The base class for all C/C++ specific breakpoints.
CFunctionBreakpoint A breakpoint that suspends the execution when a function is entered.
CLineBreakpoint A breakpoint that suspends the execution when a particular line of code is reached.
CWatchpoint A watchpoint specific to the C/C++ debug model.