1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 18:05:33 +02:00

[180532] RemoteGDBDebuggerPage not found

This commit is contained in:
Martin Oberhuber 2007-04-02 18:40:35 +00:00
parent a2897d03f8
commit 45c9d7e84a

View file

@ -55,7 +55,7 @@ Martin Oberhuber (Wind River) - fix 158529: Migrate docs to HTML / TOC format
<extension
point="org.eclipse.cdt.debug.ui.CDebuggerPage">
<debuggerPage
class="org.eclipse.rse.remotecdt.RemoteGDBDebuggerPage"
class="org.eclipse.rse.internal.remotecdt.RemoteGDBDebuggerPage"
debuggerID="org.eclipse.rse.remotecdt.RemoteGDBDebugger"
id="org.eclipse.rse.remotecdt.RemoteGDBDebuggerPage">
</debuggerPage>