1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

fixed auto solib option

This commit is contained in:
David Inglis 2004-07-15 01:34:14 +00:00
parent 1c182d0869
commit 540b9dc9f1

View file

@ -97,10 +97,10 @@ public class GDBDebuggerPage extends AbstractLaunchConfigurationTab implements O
catch( CoreException e )
{
}
fGDBCommandText.setText( gdbCommand );
fGDBInitText.setText( gdbInit );
if ( fSolibBlock != null )
fSolibBlock.initializeFrom( configuration );
fGDBCommandText.setText( gdbCommand );
fGDBInitText.setText( gdbInit );
}
public void performApply( ILaunchConfigurationWorkingCopy configuration )