Types from org.eclipse.debug.core used by org.eclipse.dltk.debug.ui

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

org.eclipse.debug.core.DebugEvent

ALLOCATES_ARRAY
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.ScriptDetailFormattersManager.propertyChange(PropertyChangeEvent)184
INSTANTIATION
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.ScriptDetailFormattersManager.propertyChange(PropertyChangeEvent)185
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.dltk.debug.ui.display.DebugConsolePage.isTargetCreate(DebugEvent[])221
org.eclipse.dltk.internal.debug.ui.log.ScriptDebugLogManager.handleDebugEvents(DebugEvent[])78
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.handleDebugEvents(DebugEvent[])141
PARAMETER
Reference LocationLine Number
org.eclipse.dltk.debug.ui.display.DebugConsolePage.DebugEventListener.handleDebugEvents(DebugEvent[])-1
org.eclipse.dltk.debug.ui.display.DebugConsolePage.DebugEventListener.handleDebugEvents(DebugEvent[])-1
org.eclipse.dltk.debug.ui.display.DebugConsolePage.isTargetCreate(DebugEvent[])-1
org.eclipse.dltk.internal.debug.ui.log.ScriptDebugLogManager.getDebugEventKind(DebugEvent)-1
org.eclipse.dltk.internal.debug.ui.log.ScriptDebugLogManager.handleCreateEvent(DebugEvent)-1
org.eclipse.dltk.internal.debug.ui.log.ScriptDebugLogManager.handleDebugEvents(DebugEvent[])-1
org.eclipse.dltk.internal.debug.ui.log.ScriptDebugLogManager.handleTerminateEvent(DebugEvent)-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.handleDebugEvents(DebugEvent[])-1

org.eclipse.debug.core.DebugException

ALLOCATES_ARRAY
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.HotCodeReplaceErrorDialog.buttonPressed(int)66
CATCHES_EXCEPTION
Reference LocationLine Number
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getEvaluationThread(IScriptDebugTarget)139
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getThreadText(IScriptThread)165
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getValueText(IScriptValue)419
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getVariableText(IScriptVariable)373
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getVariableText(IScriptVariable)373
org.eclipse.dltk.internal.debug.ui.actions.ScriptWatchAction.run()53
org.eclipse.dltk.internal.debug.ui.HotCodeReplaceErrorDialog.1.run()87
org.eclipse.dltk.internal.debug.ui.ScriptDebugHover.getHoverInfo(ITextViewer, IRegion)102
org.eclipse.dltk.internal.debug.ui.ScriptDetailFormattersManager.1.evaluationComplete(IScriptEvaluationResult)132
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getEvaluationThread(IScriptDebugTarget)139
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getThreadText(IScriptThread)165
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getValueText(IScriptValue)419
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getVariableText(IScriptVariable)373
org.eclipse.dltk.internal.debug.ui.actions.ScriptWatchAction.run()53
org.eclipse.dltk.internal.debug.ui.HotCodeReplaceErrorDialog.1.run()87
org.eclipse.dltk.internal.debug.ui.ScriptDetailFormattersManager.1.evaluationComplete(IScriptEvaluationResult)132
PARAMETER
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.HotCodeReplaceErrorDialog.1.(HotCodeReplaceErrorDialog, int, String[], DebugException[])-1
org.eclipse.dltk.internal.debug.ui.ScriptHotCodeReplaceListener.hotCodeReplaceFailed(IScriptDebugTarget, DebugException)-1
THROWS
Reference LocationLine Number
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getVariableName(IVariable)-1
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.renderUnknownValue(IScriptValue)-1
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.retrieveStackFrameLine(IScriptStackFrame, IDocument)-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugHover.getResultText(String, IScriptValue)-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugHover.getVariableText(IVariable)-1

org.eclipse.debug.core.DebugPlugin

LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.shutdown()249
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.startup()240

org.eclipse.debug.core.IBreakpointManager

RETURN_TYPE
Reference LocationLine Number
org.eclipse.dltk.debug.ui.actions.BreakpointToggleAction.getBreakpointManager()-1

org.eclipse.debug.core.IBreakpointsListener

IMPLEMENTS
Reference LocationLine Number
org.eclipse.dltk.debug.ui.actions.BreakpointToggleAction-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager-1

org.eclipse.debug.core.IDebugEventSetListener

IMPLEMENTS
Reference LocationLine Number
org.eclipse.dltk.debug.ui.display.DebugConsolePage.DebugEventListener-1
org.eclipse.dltk.debug.ui.display.DebugConsolePage.DebugEventListener-1
org.eclipse.dltk.internal.debug.ui.log.ScriptDebugLogManager-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager-1

org.eclipse.debug.core.ILaunch

CASTS
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.actions.ScriptWatchAction.createWatchExpression(String)37
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.ScriptDebugConsole.launch-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.actions.ScriptWatchAction.createWatchExpression(String)36
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.dltk.debug.ui.DLTKDebugUIPlugin.2.calculateOffset(IScriptStackFrame, int, int, boolean)164
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getStackFrameText(IScriptStackFrame)202
org.eclipse.dltk.internal.debug.ui.HotCodeReplaceErrorDialog.1.run()80
PARAMETER
Reference LocationLine Number
org.eclipse.dltk.debug.ui.DebugConsoleManager.acceptLaunch(ILaunch)-1
org.eclipse.dltk.debug.ui.DebugConsoleManager.createConsole(String, ILaunch)-1
org.eclipse.dltk.debug.ui.DebugConsoleManager.launchAdded(ILaunch)-1
org.eclipse.dltk.debug.ui.DebugConsoleManager.launchChanged(ILaunch)-1
org.eclipse.dltk.debug.ui.DebugConsoleManager.launchRemoved(ILaunch)-1
org.eclipse.dltk.debug.ui.ScriptDebugConsole.setLaunch(ILaunch)-1
org.eclipse.dltk.internal.debug.ui.log.ScriptDebugLogManager.launchAdded(ILaunch)-1
org.eclipse.dltk.internal.debug.ui.log.ScriptDebugLogManager.launchChanged(ILaunch)-1
org.eclipse.dltk.internal.debug.ui.log.ScriptDebugLogManager.launchRemoved(ILaunch)-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.launchAdded(ILaunch)-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.launchChanged(ILaunch)-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.launchRemoved(ILaunch)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.dltk.debug.ui.ScriptDebugConsole.getLaunch()-1

org.eclipse.debug.core.ILaunchConfiguration

CASTS
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.FavoritesContentProvider.getElements(Object)1060
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.FavoritesContentProvider.getElements(Object)1060
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.chooseConfiguration(List)276
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.findLaunchConfiguration(IResource, ILaunchConfigurationType)200
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.CommonScriptLaunchTab.fLaunchConfig-1
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.fLaunchConfiguration-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.FavoritesContentProvider.getElements(Object)1060
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.FavoritesContentProvider.getElements(Object)1060
org.eclipse.dltk.internal.debug.ui.HotCodeReplaceErrorDialog.1.run()82
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.createConfiguration(IResource)218
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.findLaunchConfiguration(IResource, ILaunchConfigurationType)206
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.findLaunchConfiguration(IResource, ILaunchConfigurationType)172
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.launch(IResource, String)140
org.eclipse.dltk.internal.debug.ui.launcher.WorkingDirectoryBlock.setDefaultWorkingDir()306
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.handleDebugEvents(DebugEvent[])169
PARAMETER
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.CommonScriptLaunchTab.initializeFrom(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.CommonScriptLaunchTab.setCurrentLaunchConfiguration(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.initializeFrom(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.isValid(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.setLaunchConfiguration(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.updateInterpreterFromConfig(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.doInitializeForm(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.getMainModuleName(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.getResource(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.initializeDebugConsole(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.initializeInteractiveConsoleFrom(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.updateMainModuleFromConfig(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.RemoteLaunchConfigurationTab.doInitializeForm(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptArgumentsTab.initializeFrom(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptArgumentsTab.isValid(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.getDefaultEncoding(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.getDefaultSharedConfigLocation(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.initializeFrom(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.isLaunchInBackground(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.isValid(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.updateConsoleOutput(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.updateEncoding(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.updateFavoritesFromConfig(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.updateLaunchInBackground(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.doInitializeForm(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.getResource(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.initializeFrom(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.isValid(ILaunchConfiguration)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.updateProjectFromConfig(ILaunchConfiguration)-1
org.eclipse.dltk.internal.debug.ui.launcher.InterpreterArgumentsBlock.initializeFrom(ILaunchConfiguration)-1
org.eclipse.dltk.internal.debug.ui.launcher.WorkingDirectoryBlock.getProject(ILaunchConfiguration)-1
org.eclipse.dltk.internal.debug.ui.launcher.WorkingDirectoryBlock.initializeFrom(ILaunchConfiguration)-1
org.eclipse.dltk.internal.debug.ui.launcher.WorkingDirectoryBlock.isValid(ILaunchConfiguration)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.CommonScriptLaunchTab.getCurrentLaunchConfiguration()-1
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.getLaunchConfiguration()-1
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.chooseConfiguration(List)-1
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.createConfiguration(IResource)-1
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.findLaunchConfiguration(IResource, ILaunchConfigurationType)-1

org.eclipse.debug.core.ILaunchConfigurationType

LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.createConfiguration(IResource)221
PARAMETER
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.findLaunchConfiguration(IResource, ILaunchConfigurationType)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.getConfigurationType()-1

org.eclipse.debug.core.ILaunchConfigurationWorkingCopy

CASTS
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.handleSelectedInterpreterChanged()307
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.handleSelectedInterpreterChanged()323
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.fWorkingCopy-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.handleSelectedInterpreterChanged()302
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.createConfiguration(IResource)219
PARAMETER
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.activated(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.deactivated(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.performApply(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.setDefaults(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.setLaunchConfigurationWorkingCopy(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.doPerformApply(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.performApplyConnectionTimeout(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.performApplyInteractiveConsole(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.setDefaults(ILaunchConfigurationWorkingCopy, IModelElement)-1
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.setDefaultsDebugConsole(ILaunchConfigurationWorkingCopy, IModelElement)-1
org.eclipse.dltk.debug.ui.launchConfigurations.RemoteLaunchConfigurationTab.doPerformApply(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptArgumentsTab.activated(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptArgumentsTab.deactivated(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptArgumentsTab.performApply(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptArgumentsTab.setDefaults(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.activated(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.deactivated(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.performApply(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.setDefaults(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.updateConfigFromFavorites(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.updateConfigFromLocalShared(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.doPerformApply(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.mapResources(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.performApply(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.setDefaults(ILaunchConfigurationWorkingCopy, IModelElement)-1
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.setDefaults(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.internal.debug.ui.launcher.InterpreterArgumentsBlock.performApply(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.internal.debug.ui.launcher.InterpreterArgumentsBlock.setDefaults(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.internal.debug.ui.launcher.WorkingDirectoryBlock.performApply(ILaunchConfigurationWorkingCopy)-1
org.eclipse.dltk.internal.debug.ui.launcher.WorkingDirectoryBlock.setDefaults(ILaunchConfigurationWorkingCopy)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.getLaunchConfigurationWorkingCopy()-1

org.eclipse.debug.core.ILaunchListener

IMPLEMENTS
Reference LocationLine Number
org.eclipse.dltk.debug.ui.DebugConsoleManager-1
org.eclipse.dltk.internal.debug.ui.log.ScriptDebugLogManager-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager-1

org.eclipse.debug.core.ILaunchManager

LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.dltk.debug.ui.DLTKDebugUIPlugin.start(BundleContext)110
org.eclipse.dltk.debug.ui.DLTKDebugUIPlugin.stop(BundleContext)210
RETURN_TYPE
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.getLaunchManager()-1

org.eclipse.debug.core.IStatusHandler

IMPLEMENTS
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.handlers.AbstractOpenPreferencePageStatusHandler-1
org.eclipse.dltk.internal.debug.ui.handlers.InterpreterRunnerNotFoundStatusHandler-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.interpreters.AbstractInterpreterContainerWizardPage.initializeFromSelection()92

org.eclipse.debug.core.model.IBreakpoint

ALLOCATES_ARRAY
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.breakpointsAdded(IBreakpoint[])217
CASTS
Reference LocationLine Number
org.eclipse.dltk.debug.ui.actions.BreakpointToggleAction.breakpointsChanged(IBreakpoint[], IMarkerDelta[])172
org.eclipse.dltk.debug.ui.actions.BreakpointToggleAction.selectionChanged(IAction, ISelection)75
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.breakpointsAdded(IBreakpoint[])216
DECLARED_FIELD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.actions.ScriptBreakpointPropertiesRulerAction.fBreakpoint-1
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.dltk.debug.ui.actions.BreakpointToggleAction.breakpointsChanged(IBreakpoint[], IMarkerDelta[])174
org.eclipse.dltk.debug.ui.actions.BreakpointToggleAction.breakpointsChanged(IBreakpoint[], IMarkerDelta[])172
org.eclipse.dltk.debug.ui.actions.BreakpointToggleAction.selectionChanged(IAction, ISelection)75
org.eclipse.dltk.debug.ui.actions.ScriptBreakpointPropertiesRulerAction.update()60
org.eclipse.dltk.debug.ui.breakpoints.ScriptToggleBreakpointAdapter.2.run(IProgressMonitor)244
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.1.run(IProgressMonitor)64
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.breakpointsAdded(IBreakpoint[])205
PARAMETER
Reference LocationLine Number
org.eclipse.dltk.debug.ui.actions.BreakpointToggleAction.breakpointsAdded(IBreakpoint[])-1
org.eclipse.dltk.debug.ui.actions.BreakpointToggleAction.breakpointsChanged(IBreakpoint[], IMarkerDelta[])-1
org.eclipse.dltk.debug.ui.actions.BreakpointToggleAction.breakpointsRemoved(IBreakpoint[], IMarkerDelta[])-1
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.IBreakpointLocationTester.evaluate(IBreakpoint)-1
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.IBreakpointLocationTester.evaluate(IBreakpoint)-1
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.ResourceBreakpointLocationTester.evaluate(IBreakpoint)-1
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.ResourceBreakpointLocationTester.evaluate(IBreakpoint)-1
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.SimpleBreakpointLocationTester.evaluate(IBreakpoint)-1
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.SimpleBreakpointLocationTester.evaluate(IBreakpoint)-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.1.(ScriptDebugOptionsManager, IBreakpoint[], ScriptDebugOptionsManagerIBreakpointUpdater)-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.breakpointsAdded(IBreakpoint[])-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.breakpointsChanged(IBreakpoint[], IMarkerDelta[])-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.breakpointsRemoved(IBreakpoint[], IMarkerDelta[])-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.updateBreakpoinInfoToDefault(IBreakpoint[])-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.updateBreakpointHitCounts(IBreakpoint[], IScriptThread)-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.updateBreakpointMessages(IBreakpoint[])-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.updateBreakpoints(IBreakpoint[], ScriptDebugOptionsManagerIBreakpointUpdater)-1
RETURN_TYPE
Reference LocationLine Number
org.eclipse.dltk.debug.ui.actions.BreakpointToggleAction.getBreakpoint(IMarker)-1

org.eclipse.debug.core.model.IDebugElement

CASTS
Reference LocationLine Number
org.eclipse.dltk.debug.ui.ScriptDebugElementAdapterFactory.getAdapter(Object, Class)48
org.eclipse.dltk.internal.debug.ui.actions.ScriptWatchAction.createWatchExpression(String)35
org.eclipse.dltk.internal.debug.ui.ScriptRunToLineAdapter.runToLine(IWorkbenchPart, ISelection, ISuspendResume)68
INSTANCEOF
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.actions.ScriptWatchAction.createWatchExpression(String)34
org.eclipse.dltk.internal.debug.ui.ScriptRunToLineAdapter.runToLine(IWorkbenchPart, ISelection, ISuspendResume)67
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.actions.ScriptWatchAction.createWatchExpression(String)33
PARAMETER
Reference LocationLine Number
org.eclipse.dltk.debug.ui.ScriptDebugElementAdapterFactory.getPreferenceStore(IDebugElement)-1
org.eclipse.dltk.debug.ui.ScriptDebugElementAdapterFactory.getVariableLabelProvider(IDebugElement)-1
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getDebuggingEngine(IDebugElement)-1
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getProject(IDebugElement)-1

org.eclipse.debug.core.model.IDebugTarget

DECLARED_FIELD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.handlers.LaunchStatusHandler.debugTarget-1
org.eclipse.dltk.internal.debug.ui.HotCodeReplaceErrorDialog.target-1
INSTANCEOF
Reference LocationLine Number
org.eclipse.dltk.debug.ui.display.DebugConsolePage.isTargetCreate(DebugEvent[])223
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.log.ScriptDebugLogManager.launchChanged(ILaunch)113
org.eclipse.dltk.internal.debug.ui.ScriptRunToLineAdapter.runToLine(IWorkbenchPart, ISelection, ISuspendResume)68
PARAMETER
Reference LocationLine Number
org.eclipse.dltk.debug.ui.DLTKDebugUILanguageManager.getLanguageToolkit(IDebugTarget)-1
org.eclipse.dltk.debug.ui.handlers.LaunchStatusHandler.initialize(IDebugTarget, IProgressMonitor)-1
org.eclipse.dltk.internal.debug.ui.HotCodeReplaceErrorDialog.HotCodeReplaceErrorDialog(Shell, String, String, IStatus, String, String, IPreferenceStore, IDebugTarget)-1

org.eclipse.debug.core.model.IErrorReportingExpression

CASTS
Reference LocationLine Number
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getExpressionText(IExpression)549
INSTANCEOF
Reference LocationLine Number
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getExpressionText(IExpression)548
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getExpressionText(IExpression)549

org.eclipse.debug.core.model.IExpression

CASTS
Reference LocationLine Number
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getText(Object)591
INSTANCEOF
Reference LocationLine Number
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getText(Object)590
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.actions.PopupScriptInspectAction.displayResult(IScriptEvaluationResult)35
PARAMETER
Reference LocationLine Number
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getExpressionText(IExpression)-1
org.eclipse.dltk.internal.debug.ui.actions.PopupScriptInspectAction.1.(PopupScriptInspectAction, StyledText, IExpression)-1
org.eclipse.dltk.internal.debug.ui.actions.PopupScriptInspectAction.showPopup(StyledText, IExpression)-1

org.eclipse.debug.core.model.ILineBreakpoint

CASTS
Reference LocationLine Number
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.findLineBreakpoint(ITextEditor, int)240
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getLineBreakpointEditorInput(Object)692
INSTANCEOF
Reference LocationLine Number
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getEditorInput(Object)683
LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.findLineBreakpoint(ITextEditor, int)240
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getLineBreakpointEditorInput(Object)692
RETURN_TYPE
Reference LocationLine Number
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.findLineBreakpoint(ITextEditor, int)-1

org.eclipse.debug.core.model.ISourceLocator

LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.dltk.debug.ui.DLTKDebugUIPlugin.2.calculateOffset(IScriptStackFrame, int, int, boolean)165
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getStackFrameText(IScriptStackFrame)203

org.eclipse.debug.core.model.ISuspendResume

PARAMETER
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.ScriptRunToLineAdapter.canRunToLine(IWorkbenchPart, ISelection, ISuspendResume)-1
org.eclipse.dltk.internal.debug.ui.ScriptRunToLineAdapter.runToLine(IWorkbenchPart, ISelection, ISuspendResume)-1

org.eclipse.debug.core.model.IValue

PARAMETER
Reference LocationLine Number
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.1.detailComputed(IValue, String)-1
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.computeDetail(IValue, IValueDetailListener)-1
org.eclipse.dltk.internal.debug.ui.actions.ScriptDisplayAction.2.detailComputed(IValue, String)-1
org.eclipse.dltk.internal.debug.ui.ScriptDetailFormattersManager.getValueText(IValue)-1
org.eclipse.dltk.internal.debug.ui.variables.ScriptVariableLabelProvider.getValueText(IVariable, IValue, IPresentationContext)-1

org.eclipse.debug.core.model.IVariable

PARAMETER
Reference LocationLine Number
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getVariableName(IVariable)-1
org.eclipse.dltk.debug.ui.ScriptWatchExpressionFilter.canCreateWatchExpression(IVariable)-1
org.eclipse.dltk.debug.ui.ScriptWatchExpressionFilter.createWatchExpression(IVariable)-1
org.eclipse.dltk.internal.debug.ui.ScriptDebugHover.getVariableText(IVariable)-1
org.eclipse.dltk.internal.debug.ui.variables.ScriptVariableLabelProvider.getValueText(IVariable, IValue, IPresentationContext)-1
org.eclipse.dltk.internal.debug.ui.variables.ScriptVariableLabelProvider.getVariableName(IVariable, IPresentationContext)-1

org.eclipse.debug.core.model.IWatchExpression

LOCAL_VAR_DECLARED
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.actions.ScriptWatchAction.createWatchExpression(String)28

Back to reference summary for org.eclipse.dltk.debug.ui

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict