mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
fixed auto solib option
This commit is contained in:
parent
1c182d0869
commit
540b9dc9f1
1 changed files with 2 additions and 2 deletions
|
@ -97,10 +97,10 @@ public class GDBDebuggerPage extends AbstractLaunchConfigurationTab implements O
|
||||||
catch( CoreException e )
|
catch( CoreException e )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
fGDBCommandText.setText( gdbCommand );
|
|
||||||
fGDBInitText.setText( gdbInit );
|
|
||||||
if ( fSolibBlock != null )
|
if ( fSolibBlock != null )
|
||||||
fSolibBlock.initializeFrom( configuration );
|
fSolibBlock.initializeFrom( configuration );
|
||||||
|
fGDBCommandText.setText( gdbCommand );
|
||||||
|
fGDBInitText.setText( gdbInit );
|
||||||
}
|
}
|
||||||
|
|
||||||
public void performApply( ILaunchConfigurationWorkingCopy configuration )
|
public void performApply( ILaunchConfigurationWorkingCopy configuration )
|
||||||
|
|
Loading…
Add table
Reference in a new issue