Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 2.8.0-beta
-
MacOSX 10.8.3, Qt Creator compiled with Qt 4.8.4 using Qt 4.8.4 as Kit
Description
Steps to reproduce:
- create or open a simple Qt GUI application
- place a breakpoint in main() and start debugging
- unfold the argv variable
- if you step into the MainWindow constructor - unfold this variable and its children
Current result:
- unfolded argv switches from 'char** to 'char*.'
- unfolded this switches from 'MainWindow*' to 'MainWindow', children ui switches from 'Ui::MainWindow *' to 'Ui::MainWindow *.'
Expected result:
- should keep the right information