Dependencies
- java/11
- org.eclipse.platform/org.eclipse.ant.core/3.5.800
- org.eclipse.platform/org.eclipse.core.contenttype/3.7.900
- org.eclipse.platform/org.eclipse.core.expressions/3.7.100
- org.eclipse.platform/org.eclipse.core.filesystem/1.7.700
- org.eclipse.platform/org.eclipse.core.jobs/3.10.1100
- org.eclipse.platform/org.eclipse.core.resources/3.14.0
- org.eclipse.platform/org.eclipse.core.runtime/3.20.100
- org.eclipse.platform/org.eclipse.core.variables/3.4.800
- org.eclipse.platform/org.eclipse.equinox.app/1.5.100
- org.eclipse.platform/org.eclipse.equinox.common/3.14.100
- org.eclipse.platform/org.eclipse.equinox.preferences/3.8.200
- org.eclipse.platform/org.eclipse.equinox.registry/3.10.100
- org.eclipse.platform/org.eclipse.osgi/3.16.200
Declarations
-
org
-
eclipse
-
debug
-
core
-
DebugEvent
- STEP_RETURN: int
- serialVersionUID: long
- RESUME: int
- SUSPEND: int
- CREATE: int
- TERMINATE: int
- CHANGE: int
- MODEL_SPECIFIC: int
- STEP_INTO: int
- STEP_OVER: int
- STEP_END: int
- BREAKPOINT: int
- CLIENT_REQUEST: int
- EVALUATION: int
- EVALUATION_IMPLICIT: int
- STATE: int
- CONTENT: int
- UNSPECIFIED: int
- fKind: int
- fDetail: int
- fData: Object
- DebugEvent(Object, int): void
- DebugEvent(Object, int, int): void
- getDetail(): int
- getKind(): int
- isStepStart(): boolean
- isEvaluation(): boolean
- setData(Object): void
- getData(): Object
- toString(): String
- DebugException
-
DebugPlugin
- PI_DEBUG_CORE: String
- EXTENSION_POINT_LAUNCH_CONFIGURATION_TYPES: String
- EXTENSION_POINT_LAUNCH_CONFIGURATION_COMPARATORS: String
- EXTENSION_POINT_BREAKPOINTS: String
- EXTENSION_POINT_STATUS_HANDLERS: String
- EXTENSION_POINT_SOURCE_LOCATORS: String
- EXTENSION_POINT_LAUNCH_MODES: String
- EXTENSION_POINT_LAUNCH_DELEGATES: String
- EXTENSION_POINT_PROCESS_FACTORIES: String
- EXTENSION_POINT_LOGICAL_STRUCTURE_TYPES: String
- EXTENSION_POINT_LOGICAL_STRUCTURE_PROVIDERS: String
- EXTENSION_POINT_SOURCE_CONTAINER_TYPES: String
- EXTENSION_POINT_SOURCE_PATH_COMPUTERS: String
- EXTENSION_POINT_LAUNCH_OPTIONS: String
- EXTENSION_POINT_BREAKPOINT_IMPORT_PARTICIPANTS: String
- EXTENSION_POINT_STEP_FILTERS: String
- ERROR: int
- INTERNAL_ERROR: int
- ERR_WORKING_DIRECTORY_NOT_SUPPORTED: int
- ATTR_PROCESS_FACTORY_ID: String
- ATTR_CAPTURE_OUTPUT: String
- ATTR_LAUNCH_TIMESTAMP: String
- ATTR_CONSOLE_ENCODING: String
- ATTR_MERGE_OUTPUT: String
- PREF_DELETE_CONFIGS_ON_PROJECT_DELETE: String
- ATTR_BREAKPOINT_IS_DELETED: String
- ATTR_ENVIRONMENT: String
- ATTR_WORKING_DIRECTORY: String
- ATTR_PATH: String
- fgDebugPlugin: DebugPlugin
- fBreakpointManager: BreakpointManager
- fExpressionManager: ExpressionManager
- fLaunchManager: LaunchManager
- fMemoryBlockManager: MemoryBlockManager
- fEventListeners: ListenerList<IDebugEventSetListener>
- fEventFilters: ListenerList<IDebugEventFilter>
- fShuttingDown: boolean
- fStatusHandlers: HashMap<StatusHandlerKey, IConfigurationElement>
- fProcessFactories: HashMap<String, IConfigurationElement>
- NOTIFY_FILTERS: int
- NOTIFY_EVENTS: int
- fEventQueue: List<Object>
- fEventDispatchJob: EventDispatchJob
- EventDispatchJob
- getDefault(): DebugPlugin
- setDefault(DebugPlugin): void
- getUniqueIdentifier(): String
- DebugPlugin(): void
- addDebugEventListener(IDebugEventSetListener): void
- fireDebugEventSet(DebugEvent[]): void
- asyncExec(Runnable): void
- getBreakpointManager(): IBreakpointManager
- getLaunchManager(): ILaunchManager
- getMemoryBlockManager(): IMemoryBlockManager
- getStatusHandler(IStatus): IStatusHandler
- getExpressionManager(): IExpressionManager
- removeDebugEventListener(IDebugEventSetListener): void
- stop(BundleContext): void
- start(BundleContext): void
- newProcess(ILaunch, Process, String): IProcess
- newProcess(ILaunch, Process, String, Map<String, String>): IProcess
- getLogicalStructureTypes(IValue): ILogicalStructureType[]
- getDefaultStructureType(ILogicalStructureType[]): ILogicalStructureType
- setDefaultStructureType(ILogicalStructureType[], ILogicalStructureType): void
- exec(String[], File): Process
- exec(String[], File, String[]): Process
- exec(String[], File, String[], boolean): Process
- isShuttingDown(): boolean
- setShuttingDown(boolean): void
- addDebugEventFilter(IDebugEventFilter): void
- removeDebugEventFilter(IDebugEventFilter): void
- logDebugMessage(String): void
- logMessage(String, Throwable): void
- log(IStatus): void
- log(Throwable): void
- initializeStatusHandlers(): void
- initializeProcessFactories(): void
- invalidStatusHandler(Exception, String): void
- StatusHandlerKey
- AsynchRunner
- EventNotifier
- newDocument(): Document
- serializeDocument(Document): String
- parseDocument(String): Element
- abort(String, Throwable): void
- parseArgumentsWindows(String, boolean): String[]
- parseArgumentsImpl(String, boolean): String[]
- parseArguments(String): String[]
- splitArguments(String): String[]
- renderArguments(String[], int[]): String
- setUseStepFilters(boolean): void
- isUseStepFilters(): boolean
- getStepFilters(String): IStepFilter[]
- getStepFilterManager(): StepFilterManager
- getAdapter(Object, Class<Object>): Object
- IBreakpointListener
-
IBreakpointManager
- hasActiveTriggerPoints(): boolean
- addBreakpoint(IBreakpoint): void
- addBreakpoints(IBreakpoint[]): void
- getBreakpoint(IMarker): IBreakpoint
- getBreakpoints(): IBreakpoint[]
- hasBreakpoints(): boolean
- getBreakpoints(String): IBreakpoint[]
- isRegistered(IBreakpoint): boolean
- fireBreakpointChanged(IBreakpoint): void
- removeBreakpoint(IBreakpoint, boolean): void
- removeBreakpoints(IBreakpoint[], boolean): void
- addBreakpointListener(IBreakpointListener): void
- removeBreakpointListener(IBreakpointListener): void
- addBreakpointListener(IBreakpointsListener): void
- removeBreakpointListener(IBreakpointsListener): void
- addBreakpointManagerListener(IBreakpointManagerListener): void
- removeBreakpointManagerListener(IBreakpointManagerListener): void
- isEnabled(): boolean
- setEnabled(boolean): void
- getTypeName(IBreakpoint): String
- getImportParticipants(String): IBreakpointImportParticipant[]
- getTriggerPoints(): IBreakpoint[]
- addTriggerPoint(IBreakpoint): void
- removeTriggerPoint(IBreakpoint): void
- removeAllTriggerPoints(): void
- enableTriggerPoints(IBreakpoint[], boolean): void
- refreshTriggerpointDisplay(): void
- IBreakpointManagerListener
- IBreakpointsListener
- IDebugEventFilter
- IDebugEventSetListener
- IExpressionListener
-
IExpressionManager
- hasWatchExpressionDelegate(String): boolean
- addExpression(IExpression): void
- addExpressions(IExpression[]): void
- newWatchExpression(String): IWatchExpression
- getExpressions(): IExpression[]
- hasExpressions(): boolean
- getExpressions(String): IExpression[]
- removeExpression(IExpression): void
- removeExpressions(IExpression[]): void
- addExpressionListener(IExpressionListener): void
- removeExpressionListener(IExpressionListener): void
- addExpressionListener(IExpressionsListener): void
- removeExpressionListener(IExpressionsListener): void
- newWatchExpressionDelegate(String): IWatchExpressionDelegate
- IExpressionsListener
-
ILaunch
- getChildren(): Object[]
- getDebugTarget(): IDebugTarget
- getProcesses(): IProcess[]
- getDebugTargets(): IDebugTarget[]
- addDebugTarget(IDebugTarget): void
- removeDebugTarget(IDebugTarget): void
- addProcess(IProcess): void
- removeProcess(IProcess): void
- getSourceLocator(): ISourceLocator
- setSourceLocator(ISourceLocator): void
- getLaunchMode(): String
- getLaunchConfiguration(): ILaunchConfiguration
- setAttribute(String, String): void
- getAttribute(String): String
- hasChildren(): boolean
-
ILaunchConfiguration
- LAUNCH_CONFIGURATION_FILE_EXTENSION: String
- LAUNCH_CONFIGURATION_PROTOTYPE_FILE_EXTENSION: String
- ATTR_SOURCE_LOCATOR_ID: String
- ATTR_SOURCE_LOCATOR_MEMENTO: String
- UPDATE_NONE: int
- UPDATE_PROTOTYPE_CHILDREN: int
- CONFIGURATION: int
- PROTOTYPE: int
- contentsEqual(ILaunchConfiguration): boolean
- copy(String): ILaunchConfigurationWorkingCopy
- delete(): void
- delete(int): void
- exists(): boolean
- getAttribute(String, boolean): boolean
- getAttribute(String, int): int
- getAttribute(String, List<String>): List<String>
- getAttribute(String, Set<String>): Set<String>
- getAttribute(String, Map<String, String>): Map<String, String>
- getAttribute(String, String): String
- getAttributes(): Map<String, Object>
- getCategory(): String
- getFile(): IFile
- getLocation(): IPath
- getMappedResources(): IResource[]
- getMemento(): String
- getName(): String
- getModes(): Set<String>
- getPreferredDelegate(Set<String>): ILaunchDelegate
- getType(): ILaunchConfigurationType
- getWorkingCopy(): ILaunchConfigurationWorkingCopy
- hasAttribute(String): boolean
- isLocal(): boolean
- isMigrationCandidate(): boolean
- isWorkingCopy(): boolean
- launch(String, IProgressMonitor): ILaunch
- launch(String, IProgressMonitor, boolean): ILaunch
- launch(String, IProgressMonitor, boolean, boolean): ILaunch
- migrate(): void
- supportsMode(String): boolean
- isReadOnly(): boolean
- getPrototype(): ILaunchConfiguration
- isAttributeModified(String): boolean
- isPrototype(): boolean
- getPrototypeChildren(): Collection<ILaunchConfiguration>
- getKind(): int
- getPrototypeVisibleAttributes(): Set<String>
- setPrototypeAttributeVisibility(String, boolean): void
- ILaunchConfigurationListener
- ILaunchConfigurationMigrationDelegate
-
ILaunchConfigurationType
- getAttribute(String): String
- getCategory(): String
- getDelegate(): ILaunchConfigurationDelegate
- getDelegate(String): ILaunchConfigurationDelegate
- getDelegates(Set<String>): ILaunchDelegate[]
- getPreferredDelegate(Set<String>): ILaunchDelegate
- setPreferredDelegate(Set<String>, ILaunchDelegate): void
- supportsModeCombination(Set<String>): boolean
- getIdentifier(): String
- getName(): String
- getPluginIdentifier(): String
- getSourceLocatorId(): String
- getSourcePathComputer(): ISourcePathComputer
- getSupportedModes(): Set<String>
- getSupportedModeCombinations(): Set<Set<String>>
- isPublic(): boolean
- newInstance(IContainer, String): ILaunchConfigurationWorkingCopy
- supportsMode(String): boolean
- getContributorName(): String
- getPrototypes(): ILaunchConfiguration[]
- newPrototypeInstance(IContainer, String): ILaunchConfigurationWorkingCopy
- supportsPrototypes(): boolean
- supportsCommandLine(): boolean
- supportsOutputMerging(): boolean
-
ILaunchConfigurationWorkingCopy
- doSave(): ILaunchConfiguration
- isDirty(): boolean
- doSave(int): ILaunchConfiguration
- setAttribute(String, int): void
- setAttribute(String, String): void
- setAttribute(String, List<String>): void
- setAttribute(String, Map<String, String>): void
- setAttribute(String, Set<String>): void
- setAttribute(String, boolean): void
- setAttribute(String, Object): void
- getOriginal(): ILaunchConfiguration
- rename(String): void
- setContainer(IContainer): void
- setAttributes(Map<String, Object>): void
- setMappedResources(IResource[]): void
- setModes(Set<String>): void
- setPreferredLaunchDelegate(Set<String>, String): void
- addModes(Set<String>): void
- removeModes(Set<String>): void
- removeAttribute(String): Object
- getParent(): ILaunchConfigurationWorkingCopy
- copyAttributes(ILaunchConfiguration): void
- setPrototype(ILaunchConfiguration, boolean): void
- ILaunchDelegate
- ILaunchListener
-
ILaunchManager
- RUN_MODE: String
- DEBUG_MODE: String
- PROFILE_MODE: String
- ATTR_PRIVATE: String
- ATTR_ENVIRONMENT_VARIABLES: String
- ATTR_APPEND_ENVIRONMENT_VARIABLES: String
- addLaunch(ILaunch): void
- addLaunchConfigurationListener(ILaunchConfigurationListener): void
- addLaunches(ILaunch[]): void
- addLaunchListener(ILaunchesListener): void
- addLaunchListener(ILaunchListener): void
- generateUniqueLaunchConfigurationNameFrom(String): String
- generateLaunchConfigurationName(String): String
- isValidLaunchConfigurationName(String): boolean
- getDebugTargets(): IDebugTarget[]
- getEnvironment(ILaunchConfiguration): String[]
- getEncoding(ILaunchConfiguration): String
- getLaunchConfiguration(IFile): ILaunchConfiguration
- getLaunchConfiguration(String): ILaunchConfiguration
- getLaunchConfigurations(): ILaunchConfiguration[]
- getLaunchConfigurations(ILaunchConfigurationType): ILaunchConfiguration[]
- getLaunchConfigurations(int): ILaunchConfiguration[]
- getLaunchConfigurations(ILaunchConfigurationType, int): ILaunchConfiguration[]
- getLaunchConfigurationType(String): ILaunchConfigurationType
- getLaunchConfigurationTypes(): ILaunchConfigurationType[]
- getLaunches(): ILaunch[]
- getLaunchMode(String): ILaunchMode
- getLaunchModes(): ILaunchMode[]
- getMigrationCandidates(): ILaunchConfiguration[]
- getMovedFrom(ILaunchConfiguration): ILaunchConfiguration
- getMovedTo(ILaunchConfiguration): ILaunchConfiguration
- getNativeEnvironment(): Map<String, String>
- getNativeEnvironmentCasePreserved(): Map<String, String>
- getProcesses(): IProcess[]
- getSourceContainerType(String): ISourceContainerType
- getSourceContainerTypes(): ISourceContainerType[]
- getSourcePathComputer(ILaunchConfiguration): ISourcePathComputer
- getSourcePathComputer(String): ISourcePathComputer
- isExistingLaunchConfigurationName(String): boolean
- isRegistered(ILaunch): boolean
- newSourceLocator(String): IPersistableSourceLocator
- removeLaunch(ILaunch): void
- removeLaunchConfigurationListener(ILaunchConfigurationListener): void
- removeLaunches(ILaunch[]): void
- removeLaunchListener(ILaunchesListener): void
- removeLaunchListener(ILaunchListener): void
- ILaunchMode
- ILaunchesListener
- ILaunchesListener2
- ILogicalStructureProvider
- ILogicalStructureType
- IMemoryBlockListener
- IMemoryBlockManager
- IProcessFactory
- IPrototypeAttributesLabelProvider
- IRequest
- IStatusHandler
- IStreamListener
-
Launch
- getProcesses(): IProcess[]
- lock: ReadWriteLock
- readLock: Lock
- writeLock: Lock
- fTargets: List<IDebugTarget>
- fConfiguration: ILaunchConfiguration
- fProcesses: List<IProcess>
- fLocator: ISourceLocator
- fMode: String
- fAttributes: HashMap<String, String>
- fSuppressChange: boolean
- Launch(ILaunchConfiguration, String, ISourceLocator): void
- addEventListener(): void
- removeEventListener(): void
- canTerminate(): boolean
- getChildren(): Object[]
- getDebugTarget(): IDebugTarget
- getProcesses0(): List<IProcess>
- getSourceLocator(): ISourceLocator
- setSourceLocator(ISourceLocator): void
- isTerminated(): boolean
- terminate(): void
- getLaunchMode(): String
- getLaunchConfiguration(): ILaunchConfiguration
- setAttribute(String, String): void
- getAttribute(String): String
- getDebugTargets(): IDebugTarget[]
- getDebugTargets0(): List<IDebugTarget>
- addDebugTarget(IDebugTarget): void
- removeDebugTarget(IDebugTarget): void
- addProcess(IProcess): void
- removeProcess(IProcess): void
- addProcesses(IProcess[]): void
- fireChanged(): void
- fireTerminate(): void
- hasChildren(): boolean
- canDisconnect(): boolean
- disconnect(): void
- isDisconnected(): boolean
- launchRemoved(ILaunch): void
- getLaunchManager(): ILaunchManager
- launchAdded(ILaunch): void
- launchChanged(ILaunch): void
- launchConfigurationAdded(ILaunchConfiguration): void
- launchConfigurationChanged(ILaunchConfiguration): void
- launchConfigurationRemoved(ILaunchConfiguration): void
- handleDebugEvents(DebugEvent[]): void
- getAdapter(Class<Object>): Object
-
RefreshUtil
- ATTR_REFRESH_SCOPE: String
- ATTR_REFRESH_RECURSIVE: String
- MEMENTO_SELECTED_PROJECT: String
- MEMENTO_SELECTED_CONTAINER: String
- MEMENTO_SELECTED_RESOURCE: String
- MEMENTO_WORKSPACE: String
- NO_WORKING_SET: String
- refreshResources(IResource[], int, IProgressMonitor): void
- toResources(String): IResource[]
- toMemento(IResource[]): String
- getResources(String): IResource[]
- isRefreshRecursive(ILaunchConfiguration): boolean
- refreshResources(ILaunchConfiguration, IProgressMonitor): void
- commands
-
model
- Breakpoint
- DebugElement
- IBreakpoint
- IBreakpointImportParticipant
- IDebugElement
- IDebugModelProvider
- IDebugTarget
- IDisconnect
- IDropToFrame
- IErrorReportingExpression
- IExpression
- IFilteredStep
- IFlushableStreamMonitor
- IIndexedValue
- ILaunchConfigurationDelegate
- ILaunchConfigurationDelegate2
- ILineBreakpoint
- ILogicalStructureTypeDelegate
- ILogicalStructureTypeDelegate2
- IMemoryBlock
- IMemoryBlockExtension
- IMemoryBlockRetrieval
- IMemoryBlockRetrievalExtension
- IPersistableSourceLocator
- IProcess
- IRegister
- IRegisterGroup
- ISourceLocator
- IStackFrame
- IStep
- IStepFilter
- IStepFilters
- IStreamMonitor
- IStreamsProxy
- IStreamsProxy2
- ISuspendResume
- ITerminate
- IThread
- ITriggerPoint
- IValue
- IValueModification
- IVariable
- IWatchExpression
- IWatchExpressionDelegate
- IWatchExpressionListener
- IWatchExpressionResult
- IWatchpoint
- LaunchConfigurationDelegate
- LineBreakpoint
- MemoryByte
- RuntimeProcess
- sourcelookup
-
DebugEvent
-
internal
-
core
- BreakpointImportParticipantDelegate
- BreakpointManager
- DebugCoreMessages
- DebugOptions
- DebugPreferenceInitializer
- EnvironmentVariableResolver
- ExpressionManager
- IConfigurationElementConstants
- IExpressionsListener2
- IInternalDebugCoreConstants
- IMementoConstants
- InputStreamMonitor
- LaunchConfiguration
- LaunchConfigurationComparator
- LaunchConfigurationInfo
- LaunchConfigurationType
- LaunchConfigurationWorkingCopy
- LaunchDelegate
- LaunchManager
- LaunchMode
- LaunchablePropertyTester
- LogicalStructureManager
- LogicalStructureProvider
- LogicalStructureType
- MemoryBlockManager
- NullStreamsProxy
- OutputStreamMonitor
- Preferences
- PreferredDelegateModifyListener
- RefreshScopeComparator
- ResourceFactory
- StepFilter
- StepFilterManager
- StreamsProxy
- SystemPropertyResolver
- SystemVariableResolver
- WatchExpression
- XMLMemento
- commands
- groups
- sourcelookup
- variables
-
core
-
core
-
debug
-
eclipse