mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 18:25:40 +02:00
[301726] - [breakpoints][view model] Breakpoints disappear when hiding view in DSF debug session
This commit is contained in:
parent
542c3b2137
commit
1d7bf46ba1
1 changed files with 3 additions and 0 deletions
|
@ -195,6 +195,9 @@ abstract public class AbstractVMAdapter implements IVMAdapter
|
||||||
final IVMProvider provider = getVMProvider(update.getPresentationContext());
|
final IVMProvider provider = getVMProvider(update.getPresentationContext());
|
||||||
if (provider != null) {
|
if (provider != null) {
|
||||||
provider.update(update);
|
provider.update(update);
|
||||||
|
} else {
|
||||||
|
update.setStatus(new Status(IStatus.ERROR, DsfUIPlugin.PLUGIN_ID, "not supported"));
|
||||||
|
update.done();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue