Using the debugger
Qt Creator and other tools
3
Posts
2
Posters
2.2k
Views
1
Watching
-
wrote on 1 Aug 2011, 19:22 last edited by
In Visual Studios, when debugging you have a window called "Locals" which displays the contents of each local variable (you can even mouse over the var to see what it contains). Is there anything similar to this in QT? I cannot find it.
[Move to Tools category, Tobias]
-
wrote on 1 Aug 2011, 21:05 last edited by
QtCreator has same functionality, but for mouse over reaction you need new version (I'm not sure about version number) and tab with Locals called "Locals and Watchers"
-
wrote on 1 Aug 2011, 21:38 last edited by
Hmmm I have this view enabled but I don't see it :/
1/3