mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +02:00
Bugzilla 251455
This commit is contained in:
parent
d4bf78151a
commit
97ce30ebc7
2 changed files with 2 additions and 2 deletions
|
@ -358,7 +358,7 @@ public class RegisterBitFieldVMNode extends AbstractExpressionVMNode
|
|||
* return these requests without ever sending them to the debug engine.
|
||||
*
|
||||
*/
|
||||
String[] localColumns = update.getPresentationContext().getColumns();
|
||||
String[] localColumns = update.getColumnIds();
|
||||
if (localColumns == null)
|
||||
localColumns = new String[] { IDebugVMConstants.COLUMN_ID__NAME };
|
||||
|
||||
|
|
|
@ -421,7 +421,7 @@ public class RegisterVMNode extends AbstractExpressionVMNode
|
|||
* return these requests without ever sending them to the debug engine.
|
||||
*
|
||||
*/
|
||||
String[] localColumns = update.getPresentationContext().getColumns();
|
||||
String[] localColumns = update.getColumnIds();
|
||||
if (localColumns == null)
|
||||
localColumns = new String[] { IDebugVMConstants.COLUMN_ID__NAME };
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue