org.eclipse.cdt.debug.ui
Interface ICDebuggerPage

All Superinterfaces:
org.eclipse.debug.ui.ILaunchConfigurationTab
All Known Implementing Classes:
AbstractCDebuggerPage, CDebuggerPageAdapter, CygwinDebuggerPage, GDBDebuggerPage, GDBServerDebuggerPage, MinGWDebuggerPage, StandardGDBDebuggerPage

public interface ICDebuggerPage
extends org.eclipse.debug.ui.ILaunchConfigurationTab

Interface for debugger pages contributed via the "CDebuggerPage" extension point.

Since:
3.1

Method Summary
 java.lang.String getDebuggerIdentifier()
          Returns the identifier of the debugger this page is associated with.
 void init(java.lang.String debuggerID)
          Allows the page to initialize itself after being created.
 
Methods inherited from interface org.eclipse.debug.ui.ILaunchConfigurationTab
activated, canSave, createControl, deactivated, dispose, getControl, getErrorMessage, getImage, getMessage, getName, initializeFrom, isValid, launched, performApply, setDefaults, setLaunchConfigurationDialog
 

Method Detail

init

void init(java.lang.String debuggerID)
Allows the page to initialize itself after being created. This lifecycle method is called after the page has been created and before any other method of the page is called.

Parameters:
debuggerID - the identifier of the debugger this page is created for.

getDebuggerIdentifier

java.lang.String getDebuggerIdentifier()
Returns the identifier of the debugger this page is associated with.