| 
 | org.netbeans.api.debugger.jpda/2 2.13 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JPDADebugger | |
|---|---|
| org.netbeans.api.debugger.jpda | JPDA Debugger APIs provide representation of JDI functionality. | 
| org.netbeans.api.debugger.jpda.event | |
| Uses of JPDADebugger in org.netbeans.api.debugger.jpda | 
|---|
| Fields in org.netbeans.api.debugger.jpda declared as JPDADebugger | |
|---|---|
| protected  JPDADebugger | JPDAStep.debuggerAssociated JPDA debugger | 
| Methods in org.netbeans.api.debugger.jpda that return JPDADebugger | |
|---|---|
| static JPDADebugger | JPDADebugger.attach(String hostName,
       int portNumber,
       Object[] services)This utility method helps to start a new JPDA debugger session. | 
| static JPDADebugger | JPDADebugger.attach(String name,
       Object[] services)This utility method helps to start a new JPDA debugger session. | 
| static JPDADebugger | JPDADebugger.listen(com.sun.jdi.connect.ListeningConnector connector,
       Map<String,? extends com.sun.jdi.connect.Connector.Argument> args,
       Object[] services)This utility method helps to start a new JPDA debugger session. | 
| Methods in org.netbeans.api.debugger.jpda with parameters of type JPDADebugger | |
|---|---|
|  ObjectVariable[] | MethodBreakpoint.getInstanceFilters(JPDADebugger session)Get the instance filter for a specific debugger session. | 
|  ObjectVariable[] | LineBreakpoint.getInstanceFilters(JPDADebugger session)Get the instance filter for a specific debugger session. | 
|  ObjectVariable[] | FieldBreakpoint.getInstanceFilters(JPDADebugger session)Get the instance filter for a specific debugger session. | 
|  JPDAThread[] | MethodBreakpoint.getThreadFilters(JPDADebugger session)Get the thread filter for a specific debugger session. | 
|  JPDAThread[] | LineBreakpoint.getThreadFilters(JPDADebugger session)Get the thread filter for a specific debugger session. | 
|  JPDAThread[] | FieldBreakpoint.getThreadFilters(JPDADebugger session)Get the thread filter for a specific debugger session. | 
|  void | MethodBreakpoint.setInstanceFilters(JPDADebugger session,
                   ObjectVariable[] instances)Set the instance filter for a specific debugger session. | 
|  void | LineBreakpoint.setInstanceFilters(JPDADebugger session,
                   ObjectVariable[] instances)Set the instance filter for a specific debugger session. | 
|  void | FieldBreakpoint.setInstanceFilters(JPDADebugger session,
                   ObjectVariable[] instances)Set the instance filter for a specific debugger session. | 
|  void | MethodBreakpoint.setThreadFilters(JPDADebugger session,
                 JPDAThread[] threads)Set the thread filter for a specific debugger session. | 
|  void | LineBreakpoint.setThreadFilters(JPDADebugger session,
                 JPDAThread[] threads)Set the thread filter for a specific debugger session. | 
|  void | FieldBreakpoint.setThreadFilters(JPDADebugger session,
                 JPDAThread[] threads)Set the thread filter for a specific debugger session. | 
| Constructors in org.netbeans.api.debugger.jpda with parameters of type JPDADebugger | |
|---|---|
| JPDAStep(JPDADebugger debugger,
         int size,
         int depth)Constructs a JPDAStep for given JPDADebugger, 
  sizeJPDAStep.STEP_LINE,JPDAStep.STEP_MINand depthJPDAStep.STEP_OUT,JPDAStep.STEP_INTO. | |
| Uses of JPDADebugger in org.netbeans.api.debugger.jpda.event | 
|---|
| Methods in org.netbeans.api.debugger.jpda.event that return JPDADebugger | |
|---|---|
|  JPDADebugger | JPDABreakpointEvent.getDebugger()Returns JPDADebugger instance this breakpoint has been reached in. | 
| Constructors in org.netbeans.api.debugger.jpda.event with parameters of type JPDADebugger | |
|---|---|
| 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.13 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||