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:
parent
4837793d14
commit
2fe6ba6149
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue