1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[179102] Fixed debug tracing option in org.eclipse.dd.mi.

This commit is contained in:
Pawel Piech 2008-02-14 19:57:21 +00:00
parent fdea880631
commit 4a5303b056
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
org.eclipse.dd.mi.core/debug = false
org.eclipse.dd.mi/debug = false

View file

@ -43,7 +43,7 @@ public class MIPlugin extends Plugin {
public void start(BundleContext context) throws Exception {
fgBundleContext = context;
super.start(context);
DEBUG = "true".equals(Platform.getDebugOption("org.eclipse.dd.mi.core/debug")); //$NON-NLS-1$//$NON-NLS-2$
DEBUG = "true".equals(Platform.getDebugOption("org.eclipse.dd.mi/debug")); //$NON-NLS-1$//$NON-NLS-2$
}
/**