1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 06:35:28 +02:00

[246763] - [debug view] Debug view missing an update after running the program

This commit is contained in:
Pawel Piech 2008-09-09 21:33:16 +00:00
parent 4837793d14
commit 2fe6ba6149

View file

@ -221,7 +221,7 @@ public class MIStack extends AbstractDsfService
// Make sure the thread is stopped
if (!fRunControl.isSuspended(execDmc)) {
rm.setData(new IFrameDMContext[0]);
rm.setStatus(new Status(IStatus.ERROR, MIPlugin.PLUGIN_ID, INVALID_STATE, "Context is running: " + ctx, null)); //$NON-NLS-1$
rm.done();
return;
}