| 
 | org.netbeans.api.debugger.jpda/2 2.4.31 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JPDABreakpoint | |
|---|---|
| org.netbeans.api.debugger.jpda | JPDA Debugger APIs provide representation of JDI functionality. | 
| org.netbeans.api.debugger.jpda.event | |
| Uses of JPDABreakpoint in org.netbeans.api.debugger.jpda | 
|---|
| Subclasses of JPDABreakpoint in org.netbeans.api.debugger.jpda | |
|---|---|
|  class | ClassLoadUnloadBreakpointNotifies about class load and class unload events. | 
|  class | ExceptionBreakpointNotifies about exceptions throw in debugged JVM. | 
|  class | FieldBreakpointNotifies about variable change or access events. | 
|  class | LineBreakpointNotifies about line breakpoint events. | 
|  class | MethodBreakpointNotifies about method entry events. | 
|  class | ThreadBreakpointNotifies about thread started and dead events. | 
| Methods in org.netbeans.api.debugger.jpda with parameters of type JPDABreakpoint | |
|---|---|
| protected  void | JPDADebugger.fireBreakpointEvent(JPDABreakpoint breakpoint,
                    JPDABreakpointEvent event)Helper method that fires JPDABreakpointEvent on JPDABreakpoints. | 
| Uses of JPDABreakpoint in org.netbeans.api.debugger.jpda.event | 
|---|
| Constructors in org.netbeans.api.debugger.jpda.event with parameters of type JPDABreakpoint | |
|---|---|
| JPDABreakpointEvent(JPDABreakpoint sourceBreakpoint,
                    JPDADebugger debugger,
                    int conditionResult,
                    JPDAThread thread,
                    com.sun.jdi.ReferenceType referenceType,
                    Variable variable)Creates a new instance of JPDABreakpointEvent. | |
| JPDABreakpointEvent(JPDABreakpoint sourceBreakpoint,
                    JPDADebugger debugger,
                    Throwable conditionException,
                    JPDAThread thread,
                    com.sun.jdi.ReferenceType referenceType,
                    Variable variable)Creates a new instance of JPDABreakpointEvent. | |
| 
 | org.netbeans.api.debugger.jpda/2 2.4.31 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||