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:
parent
ac79e652c6
commit
3a0a75aaa2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue