Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2007-01-05 20:23:58 +0000
committerDarin Wright2007-01-05 20:23:58 +0000
commita5608186972258d67af00448f346d78d3661ad64 (patch)
treea778b6ff2dd511bb5b73145edbbf0368ae3323d1 /org.eclipse.debug.core
parenta5901e25eb1e571860b3edaeefb980509d9861b1 (diff)
downloadeclipse.platform.debug-a5608186972258d67af00448f346d78d3661ad64.tar.gz
eclipse.platform.debug-a5608186972258d67af00448f346d78d3661ad64.tar.xz
eclipse.platform.debug-a5608186972258d67af00448f346d78d3661ad64.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/internal/core/commands/DebugCommand.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/commands/DebugCommand.java b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/commands/DebugCommand.java
index 34996d4f8..b065197b6 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/commands/DebugCommand.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/commands/DebugCommand.java
@@ -95,7 +95,6 @@ public abstract class DebugCommand implements IDebugCommandHandler {
}
};
job.setSystem(true);
- // TODO: rule?
job.schedule();
return isRemainEnabled();
}
@@ -152,7 +151,6 @@ public abstract class DebugCommand implements IDebugCommandHandler {
}
};
job.setSystem(true);
- // TODO: rule for all elements?
job.setRule(createUpdateSchedulingRule(request));
job.schedule();

Back to the top