1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 01:35:39 +02:00

[301726] - [breakpoints][view model] Breakpoints disappear when hiding view in DSF debug session

This commit is contained in:
Pawel Piech 2010-02-03 17:59:09 +00:00
parent 542c3b2137
commit 1d7bf46ba1

View file

@ -195,6 +195,9 @@ abstract public class AbstractVMAdapter implements IVMAdapter
final IVMProvider provider = getVMProvider(update.getPresentationContext());
if (provider != null) {
provider.update(update);
} else {
update.setStatus(new Status(IStatus.ERROR, DsfUIPlugin.PLUGIN_ID, "not supported"));
update.done();
}
}