debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/ui/SophiaConfigurationTabGroup.java
changeset 584 ad687ad402fb
parent 0 fb279309251b
equal deleted inserted replaced
582:098f2660c357 584:ad687ad402fb
    30 	public void createTabs(ILaunchConfigurationDialog dialog, String mode) {
    30 	public void createTabs(ILaunchConfigurationDialog dialog, String mode) {
    31 		ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] {
    31 		ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] {
    32 				new StopModeMainTab(),				
    32 				new StopModeMainTab(),				
    33 				new SophiaTargetInterfaceTab(),
    33 				new SophiaTargetInterfaceTab(),
    34 				new StopModeDebuggerTab(),
    34 				new StopModeDebuggerTab(),
       
    35 				new SymbianExceptionsTab(),
    35 				new RomImageTab(),
    36 				new RomImageTab(),
    36 				new ExecutablesTab(false),
    37 				new ExecutablesTab(false),
    37 				new SourceLookupTab(),
    38 				new SourceLookupTab(),
    38 				new CommonTab() 
    39 				new CommonTab() 
    39 			};
    40 			};