mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bugzilla 230437
This commit is contained in:
parent
ae03beb86a
commit
05ddd36236
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ public class StackFramesVMNode extends AbstractDMVMNode
|
||||||
|
|
||||||
// Add the address
|
// Add the address
|
||||||
if (dmData.getAddress() != null) {
|
if (dmData.getAddress() != null) {
|
||||||
label.append(dmData.getAddress());
|
label.append("- 0x" + dmData.getAddress().toString(16)); //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the label to the result listener
|
// Set the label to the result listener
|
||||||
|
|
Loading…
Add table
Reference in a new issue