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

Bug 232357

Left a debugging string that broke the Remote Attach
This commit is contained in:
Marc Khouzam 2008-05-23 16:30:54 +00:00
parent ac79e652c6
commit 3a0a75aaa2

View file

@ -546,7 +546,7 @@ public class CDebuggerTab extends AbstractCDebuggerTab {
} else {
// In attach mode, figure out if we are doing a remote connect based on the currently
// chosen debugger
if (getDebugConfig().getName().equals("gdbserver Debugger DSF")) fRemoteMode = true; //$NON-NLS-1$
if (getDebugConfig().getID().equals(REMOTE_DEBUGGER_ID)) fRemoteMode = true;
else fRemoteMode = false;
}
initializeAdvancedAttributes(config);