Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2002-04-04 01:51:20 +0000
committerDarin Wright2002-04-04 01:51:20 +0000
commit946c9c4de786aa1f586b51efa59dfad435151a2a (patch)
tree75be931cf4ff0fa09a995dd454f18a642ac37395 /org.eclipse.debug.ui/ui/org
parent2daea3e5b94bc4cb2c26f4c63b30781eeb460637 (diff)
downloadeclipse.platform.debug-946c9c4de786aa1f586b51efa59dfad435151a2a.tar.gz
eclipse.platform.debug-946c9c4de786aa1f586b51efa59dfad435151a2a.tar.xz
eclipse.platform.debug-946c9c4de786aa1f586b51efa59dfad435151a2a.zip
scrapbook & breakpoints
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