1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

supportsTerminate() returns true;

This commit is contained in:
Alain Magloire 2003-04-30 17:51:56 +00:00
parent a2efc1bcec
commit 135c3cb81a

View file

@ -101,7 +101,7 @@ public class Configuration implements ICDIConfiguration {
* @see org.eclipse.cdt.debug.core.cdi.ICDIConfiguration#supportsTerminate()
*/
public boolean supportsTerminate() {
return fAttached ? false : true;
return true;
}
/**