站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.api.debugger.jpda.JPDADebugger (JPDA Debugger API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.debugger.jpda/2 2.13

Uses of Class
org.netbeans.api.debugger.jpda.JPDADebugger

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.debugger
          Associated 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, size JPDAStep.STEP_LINE, JPDAStep.STEP_MIN and depth JPDAStep.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

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.