Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/PerspectiveManager.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/PerspectiveManager.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/PerspectiveManager.java
index 0e3875be4..9f9f6a615 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/PerspectiveManager.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/PerspectiveManager.java
@@ -203,9 +203,6 @@ public class PerspectiveManager implements ILaunchListener, IDebugEventSetListen
} else if (source instanceof IProcess) {
launch = ((IProcess)source).getLaunch();
}
- if (launch != null && isPrivate(launch)) {
- continue;
- }
String perspectiveId = null;
try {
perspectiveId = getPerspectiveId(launch);

Back to the top