- SESSION_ID - Static variable in class org.netbeans.api.debugger.jpda.JPDADebugger
-
ID of JPDA Debugger Engine.
- setBreakpointsActive(boolean) - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
-
Set all breakpoints to be active / inactive.
- setBreakpointType(int) - Method in class org.netbeans.api.debugger.jpda.ClassLoadUnloadBreakpoint
-
Sets type of breakpoint.
- setBreakpointType(int) - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
-
Sets type of breakpoint.
- setBreakpointType(int) - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
-
Sets type of this breakpoint (TYPE_METHOD_ENTRY or TYPE_METHOD_EXIT).
- setBreakpointType(int) - Method in class org.netbeans.api.debugger.jpda.ThreadBreakpoint
-
Sets type of this breakpoint (TYPE_THREAD_STARTED or TYPE_THREAD_DEATH).
- setCatchType(int) - Method in class org.netbeans.api.debugger.jpda.ExceptionBreakpoint
-
Sets breakpoint type property value.
- setClassExclusionFilters(String[]) - Method in class org.netbeans.api.debugger.jpda.ClassLoadUnloadBreakpoint
-
Set list of class exclusion filters to stop on.
- setClassExclusionFilters(String[]) - Method in class org.netbeans.api.debugger.jpda.ExceptionBreakpoint
-
Set list of class exclusion filters to stop on.
- setClassExclusionFilters(String[]) - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
-
Set list of class exclusion filters to stop on.
- setClassFilters(String[]) - Method in class org.netbeans.api.debugger.jpda.ClassLoadUnloadBreakpoint
-
Set list of class filters to stop on.
- setClassFilters(String[]) - Method in class org.netbeans.api.debugger.jpda.ExceptionBreakpoint
-
Set list of class filters to stop on.
- setClassFilters(String[]) - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
-
Set list of class filters to stop on.
- setClassName(String) - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
-
Set name of class the field is defined in.
- setCondition(String) - Method in class org.netbeans.api.debugger.jpda.ExceptionBreakpoint
-
Sets condition.
- setCondition(String) - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
-
Sets condition.
- setCondition(String) - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
-
Sets condition.
- setCondition(String) - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
-
Sets condition.
- setDeadlocks(Set<DeadlockDetector.Deadlock>) - Method in class org.netbeans.api.debugger.jpda.DeadlockDetector
-
Used by overriding class to set the deadlocks when found.
- setDepth(int) - Method in class org.netbeans.api.debugger.jpda.JPDAStep
-
Sets depth of the step.
- setExceptionClassName(String) - Method in class org.netbeans.api.debugger.jpda.ExceptionBreakpoint
-
Set name of exception class to stop on.
- setExpression(String) - Method in interface org.netbeans.api.debugger.jpda.JPDAWatch
-
Sets watched expression.
- setFieldName(String) - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
-
Sets name of field.
- setFromMirrorObject(Object) - Method in interface org.netbeans.api.debugger.jpda.MutableVariable
-
Set the value of this variable to match the given mirror object.
- setHidden(boolean) - Method in class org.netbeans.api.debugger.jpda.JPDABreakpoint
-
Sets value of hidden property.
- setHidden(boolean) - Method in class org.netbeans.api.debugger.jpda.JPDAStep
-
Sets the hidden property.
- setInstanceFilters(JPDADebugger, ObjectVariable[]) - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
-
Set the instance filter for a specific debugger session.
- setInstanceFilters(JPDADebugger, ObjectVariable[]) - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
-
Set the instance filter for a specific debugger session.
- setInstanceFilters(JPDADebugger, ObjectVariable[]) - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
-
Set the instance filter for a specific debugger session.
- setLineNumber(int) - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
-
Sets number of line to stop on.
- setMethodName(String) - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
-
Set name of method to stop on.
- setMethodSignature(String) - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
-
Set JNI-style signature of the method to stop on.
- setPreferredClassName(String) - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
-
Sets the binary class name that is used to submit the breakpoint.
- setPreprocessedObject(PreprocessedInfo) - Method in class org.netbeans.spi.debugger.jpda.Evaluator.Expression
-
Set a pre-processed object of the string expression.
- setPrintText(String) - Method in class org.netbeans.api.debugger.jpda.JPDABreakpoint
-
Sets value of print text property.
- setReturnValue(Variable) - Method in class org.netbeans.spi.debugger.jpda.EditorContext.Operation
-
Set the return value of this operation.
- setSession(JPDADebugger) - Method in class org.netbeans.api.debugger.jpda.JPDABreakpoint
-
Set the specific session where this breakpoint belongs to.
- setSize(int) - Method in class org.netbeans.api.debugger.jpda.JPDAStep
-
Sets size of the step.
- setSourceName(String) - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
-
Sets the name of the source file.
- setSourcePath(String) - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
-
Sets source path, relative to the source root.
- setSourceRoots(String[]) - Method in class org.netbeans.spi.debugger.jpda.SourcePathProvider
-
Sets array of source roots.
- setStratum(String) - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
-
Sets stratum.
- setSuspend(int) - Method in class org.netbeans.api.debugger.jpda.JPDABreakpoint
-
Sets value of suspend property.
- setSuspend(int) - Method in class org.netbeans.api.debugger.jpda.JPDADebugger
-
Sets value of suspend property.
- setThreadFilters(JPDADebugger, JPDAThread[]) - Method in class org.netbeans.api.debugger.jpda.FieldBreakpoint
-
Set the thread filter for a specific debugger session.
- setThreadFilters(JPDADebugger, JPDAThread[]) - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
-
Set the thread filter for a specific debugger session.
- setThreadFilters(JPDADebugger, JPDAThread[]) - Method in class org.netbeans.api.debugger.jpda.MethodBreakpoint
-
Set the thread filter for a specific debugger session.
- setURL(String) - Method in class org.netbeans.api.debugger.jpda.LineBreakpoint
-
Sets the string representation of URL of the source file,
which contains the class to stop on.
- setValue(String) - Method in interface org.netbeans.api.debugger.jpda.Field
-
Sets value of this field represented as text.
- setValue(String) - Method in interface org.netbeans.api.debugger.jpda.JPDAWatch
-
Sets value of this local represented as text.
- setValue(String) - Method in interface org.netbeans.api.debugger.jpda.LocalVariable
-
Sets value of this local represented as text.
- setValue(String) - Method in interface org.netbeans.api.debugger.jpda.MutableVariable
-
Sets a value represented as text, to this variable.
- showSource(String, int, Object) - Method in class org.netbeans.spi.debugger.jpda.EditorContext
-
Shows source with given url on given line number.
- skip() - Static method in class org.netbeans.spi.debugger.jpda.SmartSteppingCallback.StopOrStep
-
Express the necessity to skip the given location,
using whatever the default debugger action is at the moment.
- SmartSteppingCallback - Class in org.netbeans.spi.debugger.jpda
-
Listens on stepping engine and defines classes / places the debugger can
stop in.
- SmartSteppingCallback() - Constructor for class org.netbeans.spi.debugger.jpda.SmartSteppingCallback
-
- SmartSteppingCallback.Registration - Annotation Type in org.netbeans.spi.debugger.jpda
-
Declarative registration of a SmartSteppingCallback implementation.
- SmartSteppingCallback.StopOrStep - Class in org.netbeans.spi.debugger.jpda
-
Information about a possibility to stop at the given location,
or suggestion to perform a step.
- SmartSteppingFilter - Interface in org.netbeans.api.debugger.jpda
-
Defines list of class exclusion filters to be used to filter stepping
in debugged session.
- SourcePathProvider - Class in org.netbeans.spi.debugger.jpda
-
Defines source path for debugger.
- SourcePathProvider() - Constructor for class org.netbeans.spi.debugger.jpda.SourcePathProvider
-
- SourcePathProvider.Registration - Annotation Type in org.netbeans.spi.debugger.jpda
-
Declarative registration of a SourcePathProvider implementation.
- startListening(ListeningConnector, Map<String, ? extends Connector.Argument>, Object[]) - Static method in class org.netbeans.api.debugger.jpda.JPDADebugger
-
This utility method helps to start a new JPDA debugger session.
- startListeningAndGetEngines(ListeningConnector, Map<String, ? extends Connector.Argument>, Object[]) - Static method in class org.netbeans.api.debugger.jpda.JPDADebugger
-
This utility method helps to start a new JPDA debugger session.
- STATE_DISCONNECTED - Static variable in class org.netbeans.api.debugger.jpda.JPDADebugger
-
Debugger state constant.
- STATE_MONITOR - Static variable in interface org.netbeans.api.debugger.jpda.JPDAThread
-
Thread state constant.
- STATE_NOT_STARTED - Static variable in interface org.netbeans.api.debugger.jpda.JPDAThread
-
Thread state constant.
- STATE_RUNNING - Static variable in class org.netbeans.api.debugger.jpda.JPDADebugger
-
Debugger state constant.
- STATE_RUNNING - Static variable in interface org.netbeans.api.debugger.jpda.JPDAThread
-
Thread state constant.
- STATE_SLEEPING - Static variable in interface org.netbeans.api.debugger.jpda.JPDAThread
-
Thread state constant.
- STATE_STARTING - Static variable in class org.netbeans.api.debugger.jpda.JPDADebugger
-
Debugger state constant.
- STATE_STOPPED - Static variable in class org.netbeans.api.debugger.jpda.JPDADebugger
-
Debugger state constant.
- STATE_UNKNOWN - Static variable in interface org.netbeans.api.debugger.jpda.JPDAThread
-
Thread state constant.
- STATE_WAIT - Static variable in interface org.netbeans.api.debugger.jpda.JPDAThread
-
Thread state constant.
- STATE_ZOMBIE - Static variable in interface org.netbeans.api.debugger.jpda.JPDAThread
-
Thread state constant.
- staticFields() - Method in interface org.netbeans.api.debugger.jpda.JPDAClassType
-
Provide a list of static fields declared in this type.
- step(int, int) - Static method in class org.netbeans.spi.debugger.jpda.SmartSteppingCallback.StopOrStep
-
Express the necessity to perform a step at the given location.
- STEP_INTO - Static variable in class org.netbeans.api.debugger.jpda.JPDAStep
-
Step into any newly pushed frames
- STEP_LINE - Static variable in class org.netbeans.api.debugger.jpda.JPDAStep
-
Step to the next location on a different line
- STEP_MIN - Static variable in class org.netbeans.api.debugger.jpda.JPDAStep
-
Step to the next available location
- STEP_OPERATION - Static variable in class org.netbeans.api.debugger.jpda.JPDAStep
-
Step to the next available operation
- STEP_OUT - Static variable in class org.netbeans.api.debugger.jpda.JPDAStep
-
Step out of the current frame
- STEP_OVER - Static variable in class org.netbeans.api.debugger.jpda.JPDAStep
-
Step over any newly pushed frames
- stop() - Static method in class org.netbeans.spi.debugger.jpda.SmartSteppingCallback.StopOrStep
-
Express the possibility to stop.
- stopAt(ContextProvider, CallStackFrame, SmartSteppingFilter) - Method in class org.netbeans.spi.debugger.jpda.SmartSteppingCallback
-
- stopHere(ContextProvider, JPDAThread, SmartSteppingFilter) - Method in class org.netbeans.spi.debugger.jpda.SmartSteppingCallback
-
This method is called during stepping through debugged application.
- Super - Interface in org.netbeans.api.debugger.jpda
-
Represents super class of some object and its value.
- suspend() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
-
Suspends thread.
- suspend() - Method in interface org.netbeans.api.debugger.jpda.JPDAThreadGroup
-
Suspends all threads and thread groups in this thread group.
- SUSPEND_ALL - Static variable in class org.netbeans.api.debugger.jpda.JPDABreakpoint
-
Suspend property value constant.
- SUSPEND_ALL - Static variable in class org.netbeans.api.debugger.jpda.JPDADebugger
-
Suspend property value constant.
- SUSPEND_EVENT_THREAD - Static variable in class org.netbeans.api.debugger.jpda.JPDABreakpoint
-
Suspend property value constant.
- SUSPEND_EVENT_THREAD - Static variable in class org.netbeans.api.debugger.jpda.JPDADebugger
-
Suspend property value constant.
- SUSPEND_NONE - Static variable in class org.netbeans.api.debugger.jpda.JPDABreakpoint
-
Suspend property value constant.