mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
[269130] - [debug view] Bad thread label for a thread that exited when in the manual thread update policy.
This commit is contained in:
parent
5b65560b4a
commit
4eddcf9290
1 changed files with 2 additions and 1 deletions
|
@ -123,7 +123,8 @@ public abstract class AbstractThreadVMNode extends AbstractDMVMNode
|
|||
ExecutionContextLabelText.PROP_NAME_KNOWN,
|
||||
PROP_NAME,
|
||||
ExecutionContextLabelText.PROP_ID_KNOWN,
|
||||
ILaunchVMConstants.PROP_ID}),
|
||||
ILaunchVMConstants.PROP_ID,
|
||||
ILaunchVMConstants.PROP_IS_SUSPENDED }),
|
||||
new LabelText(MessagesForLaunchVM.AbstractThreadVMNode_No_columns__Error__label, new String[0]),
|
||||
new LabelImage(DebugUITools.getImageDescriptor(IDebugUIConstants.IMG_OBJS_THREAD_RUNNING)) {
|
||||
{ setPropertyNames(new String[] { ILaunchVMConstants.PROP_IS_SUSPENDED }); }
|
||||
|
|
Loading…
Add table
Reference in a new issue