nLaunch configurations
nHow to run a program (debug mode option)
nGeneric debug model
nStandard debug events: suspended, exit, …
nStandard debug actions: resume, terminate, step, …
nBreakpoints; Expressions and Source code locator
nGeneric debug UI
nDebug perspective
nDebug views: stack frames, breakpoints, …
nExample: JDT supplies Java launcher and debugger
nJava debugger based on JPDA
nDebug mechanisms available to other plug-ins
n