Add in the EDC pref panel.
diff --git a/org.eclipse.cdt.debug.edc.ui/plugin.xml b/org.eclipse.cdt.debug.edc.ui/plugin.xml
index 67f8c54..042e541 100644
--- a/org.eclipse.cdt.debug.edc.ui/plugin.xml
+++ b/org.eclipse.cdt.debug.edc.ui/plugin.xml
@@ -701,6 +701,12 @@
             class="org.eclipse.cdt.debug.edc.internal.ui.SnapshotPreferencePage"
             id="org.eclipse.cdt.debug.edc.ui.SnapshotPreferencePage">
       </page>
+      <page
+            name="EDC Debugger"
+            category="org.eclipse.cdt.debug.ui.CDebugPreferencePage"
+            class="org.eclipse.cdt.debug.edc.internal.ui.EDCDebuggerPreferencePage"
+            id="org.eclipse.cdt.debug.edc.ui.EDCDebuggerPreferencePage">
+      </page>
    </extension>
 	<extension
 		point="org.eclipse.ui.contexts">