mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +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 )
|
||||
fSolibBlock.initializeFrom( configuration );
|
||||
fGDBCommandText.setText( gdbCommand );
|
||||
fGDBInitText.setText( gdbInit );
|
||||
|
||||
String debuggerID = getDebuggerIdentifier();
|
||||
|
|
Loading…
Add table
Reference in a new issue