mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 19:35:36 +02:00
Added line deleted in patch for 148415. This let's you create launch configuration again.
This commit is contained in:
parent
f7109c7d5a
commit
a1b9eea7e9
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ public class StandardGDBDebuggerPage extends AbstractCDebuggerPage implements Ob
|
||||||
}
|
}
|
||||||
if ( fSolibBlock != null )
|
if ( fSolibBlock != null )
|
||||||
fSolibBlock.initializeFrom( configuration );
|
fSolibBlock.initializeFrom( configuration );
|
||||||
|
fGDBCommandText.setText( gdbCommand );
|
||||||
fGDBInitText.setText( gdbInit );
|
fGDBInitText.setText( gdbInit );
|
||||||
|
|
||||||
String debuggerID = getDebuggerIdentifier();
|
String debuggerID = getDebuggerIdentifier();
|
||||||
|
|
Loading…
Add table
Reference in a new issue