mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Bug 337764: Label for limited stack frame is not shown
This commit is contained in:
parent
496551af98
commit
8ca71e3d94
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ public class StackFramesVMNode extends AbstractDMVMNode
|
|||
new LabelColumnInfo(new LabelAttribute[] {
|
||||
new LabelText(
|
||||
MessagesForLaunchVM.StackFramesVMNode_No_columns__Incomplete_stack_marker__text_format,
|
||||
new String[] { PROP_NAME })
|
||||
new String[] { PROP_IS_INCOMPLETE_STACK_MARKER })
|
||||
{
|
||||
@Override
|
||||
public boolean isEnabled(IStatus status, Map<String, Object> properties) {
|
||||
|
|
Loading…
Add table
Reference in a new issue