- Session - Class in org.netbeans.api.debugger
-
Session visually represents one process or application.
- sessionAdded(Session) - Method in class org.netbeans.api.debugger.DebuggerManagerAdapter
-
Called when some session is added.
- sessionAdded(Session) - Method in interface org.netbeans.api.debugger.DebuggerManagerListener
-
Called when some session is added.
- SessionBridge - Class in org.netbeans.api.debugger
-
Bridge between sessions.
- SessionBridge.SessionChanger - Interface in org.netbeans.api.debugger
-
Implement this interface to handle a debug session change.
- SessionProvider - Class in org.netbeans.spi.debugger
-
- SessionProvider() - Constructor for class org.netbeans.spi.debugger.SessionProvider
-
- SessionProvider.Registration - Annotation Type in org.netbeans.spi.debugger
-
Declarative registration of an SessionProvider implementation.
- sessionRemoved(Session) - Method in class org.netbeans.api.debugger.DebuggerManagerAdapter
-
Called when some session is removed.
- sessionRemoved(Session) - Method in interface org.netbeans.api.debugger.DebuggerManagerListener
-
Called when some session is removed.
- setArray(String, Object[]) - Method in class org.netbeans.api.debugger.Properties
-
Sets a new value of property with given propertyName.
- setBoolean(String, boolean) - Method in class org.netbeans.api.debugger.Properties
-
Sets a new value of property with given propertyName.
- setBreakpointsActive(boolean) - Method in class org.netbeans.api.debugger.ActiveBreakpoints
-
Activate or deactivate breakpoints handled by this debugger engine.
- setBreakpointsActive(boolean) - Method in interface org.netbeans.spi.debugger.BreakpointsActivationProvider
-
Activate or deactivate breakpoints handled by this debugger engine.
- setBreakpointsToDisable(Set<Breakpoint>) - Method in class org.netbeans.api.debugger.Breakpoint
-
Set the set of breakpoints that will be disabled after this breakpoint
is hit.
- setBreakpointsToEnable(Set<Breakpoint>) - Method in class org.netbeans.api.debugger.Breakpoint
-
Set the set of breakpoints that will be enabled after this breakpoint
is hit.
- setByte(String, byte) - Method in class org.netbeans.api.debugger.Properties
-
Sets a new value of property with given propertyName.
- setChar(String, char) - Method in class org.netbeans.api.debugger.Properties
-
Sets a new value of property with given propertyName.
- setCollection(String, Collection) - Method in class org.netbeans.api.debugger.Properties
-
Sets a new value of property with given propertyName.
- setCurrentLanguage(String) - Method in class org.netbeans.api.debugger.Session
-
Sets current language for this session.
- setCurrentSession(Session) - Method in class org.netbeans.api.debugger.DebuggerManager
-
Sets current debugger session.
- setDestructor(DebuggerEngine.Destructor) - Method in class org.netbeans.spi.debugger.DebuggerEngineProvider
-
Sets destructor for new
DebuggerEngine
provided by this instance of DebuggerEngineProvider.
- setDestructor(DebuggerEngine.Destructor) - Method in class org.netbeans.spi.debugger.DelegatingDebuggerEngineProvider
-
Sets destructor for new
DebuggerEngine
returned by this instance of DebuggerEngineProvider.
- setDouble(String, double) - Method in class org.netbeans.api.debugger.Properties
-
Sets a new value of property with given propertyName.
- setEnabled(boolean) - Method in class org.netbeans.api.debugger.Watch
-
Set enabled state of the watch.
- setEnabled(Object, boolean) - Method in class org.netbeans.spi.debugger.ActionsProviderSupport
-
Sets state of enabled property.
- setExpression(String) - Method in class org.netbeans.api.debugger.Watch
-
Set the expression to watch.
- setFloat(String, float) - Method in class org.netbeans.api.debugger.Properties
-
Sets a new value of property with given propertyName.
- setGroupName(String) - Method in class org.netbeans.api.debugger.Breakpoint
-
Set the name of a user-created group for this breakpoint.
- setHitCountFilter(int, Breakpoint.HIT_COUNT_FILTERING_STYLE) - Method in class org.netbeans.api.debugger.Breakpoint
-
Set the hit count filter and the style of filtering.
- setInt(String, int) - Method in class org.netbeans.api.debugger.Properties
-
Sets a new value of property with given propertyName.
- setLong(String, long) - Method in class org.netbeans.api.debugger.Properties
-
Sets a new value of property with given propertyName.
- setMap(String, Map) - Method in class org.netbeans.api.debugger.Properties
-
Sets a new value of property with given propertyName.
- setObject(String, Object) - Method in class org.netbeans.api.debugger.Properties
-
Sets a new value of property with given propertyName.
- setShort(String, short) - Method in class org.netbeans.api.debugger.Properties
-
Sets a new value of property with given propertyName.
- setString(String, String) - Method in class org.netbeans.api.debugger.Properties
-
Sets a new value of property with given propertyName.
- setValidity(Breakpoint.VALIDITY, String) - Method in class org.netbeans.api.debugger.Breakpoint
-
Set the validity of this breakpoint.
- startDebugging(DebuggerInfo) - Method in class org.netbeans.api.debugger.DebuggerManager
-
- suggestChange(Session, String, Map<Object, Object>) - Method in class org.netbeans.api.debugger.SessionBridge
-
Suggest a session change to perform a particular action.