How to make Qt's debugger show memory address of locals and Expressions
General and Desktop
4
Posts
3
Posters
5.3k
Views
1
Watching
-
This is such a fundamental part of debuggin. But I cannot for the life of me figure out how to make Qt's debugger show the the address of the Locals and Expressions!.
I see the name of the variable, the value and type. But where is the dang address!?
When I right click it gives me options to see variables as a raw pointer. But When I use it, nothing happens.
-
I am using Mac.
Here's a screen shot of the debugger. I'm wondering if it only shows the address on heap allocated objects. The ones that are missing are locally scoped.