mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 01:05:38 +02:00
supportsTerminate() returns true;
This commit is contained in:
parent
a2efc1bcec
commit
135c3cb81a
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ public class Configuration implements ICDIConfiguration {
|
||||||
* @see org.eclipse.cdt.debug.core.cdi.ICDIConfiguration#supportsTerminate()
|
* @see org.eclipse.cdt.debug.core.cdi.ICDIConfiguration#supportsTerminate()
|
||||||
*/
|
*/
|
||||||
public boolean supportsTerminate() {
|
public boolean supportsTerminate() {
|
||||||
return fAttached ? false : true;
|
return true;
|
||||||
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue