Importing the XDebugProxy code in the HEAD. The repo was tagged with T_BEFORE_XDEBUGP...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.ui / src / net / sourceforge / phpeclipse / xdebug / ui / php / launching / PHPTabGroup.java
index 772df58..72a06e1 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()