add the new XDebugTab
authorcperkonig <cperkonig>
Wed, 5 Oct 2005 08:08:40 +0000 (08:08 +0000)
committercperkonig <cperkonig>
Wed, 5 Oct 2005 08:08:40 +0000 (08:08 +0000)
net.sourceforge.phpeclipse.xdebug.ui/src/net/sourceforge/phpeclipse/xdebug/ui/php/launching/PHPTabGroup.java

index 772df58..74e0284 100644 (file)
@@ -12,6 +12,7 @@ public class PHPTabGroup extends AbstractLaunchConfigurationTabGroup {
        public void createTabs(ILaunchConfigurationDialog dialog, String mode) {
                setTabs(new ILaunchConfigurationTab[] {
                                new PHPMainTab(),
+                               new XDebugTab(),
                                new SourceLookupTab(),
                                new PHPEnvironmentTab(),
                                new CommonTab()