1
0
Fork 0
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:
Ken Ryall 2006-09-20 18:28:07 +00:00
parent f7109c7d5a
commit a1b9eea7e9

View file

@ -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();