mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Bug 82264: Enhance the Shared Libraries view. Support for the symbols loading operations.
This commit is contained in:
parent
ff7b845bec
commit
4a8913dad8
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ public class CModule extends CDebugElement implements ICModule {
|
|||
* @see org.eclipse.cdt.debug.core.model.ICModule#canLoadSymbols()
|
||||
*/
|
||||
public boolean canLoadSymbols() {
|
||||
return ( getDebugTarget().isSuspended() && (canModifySymbolsSource() || !areSymbolsLoaded()) );
|
||||
return ( getDebugTarget().isSuspended() && !areSymbolsLoaded() );
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
|
|
Loading…
Add table
Reference in a new issue