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:
parent
fdea880631
commit
4a5303b056
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
org.eclipse.dd.mi.core/debug = false
|
||||
org.eclipse.dd.mi/debug = false
|
||||
|
|
|
@ -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$
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue