Michael wrote: > I pulled down the latest qt-creator 3.0.x snapshot and gave it a go on OS X > 10.8.5 Mountain Lion. I believe I set >up my "Kits" to use LLDB instead of > GDB and this small snippet of code: > > QVector<int> foo; > foo.push_back(1); > foo.push_back(3); > std::cout << "foo[0]: " << foo[0] << std::endl; > >does not have the proper values in the variable "foo" in the Variables View. I >set a breakpoint on the second line >and the variable "foo" says it has zero >items. I step past the next few lines and the variable "foo" (according to >>the debugger view) still has zero items. Yet the std::cout call successfully >outputs the proper value. Tried the >same under the system gdb and the >debugger views showed all the correct values. > >This is with Xcode 4.6 under OS X 10.8.5
This might be too old. We are currently focusing on the LLDB-300(.2.51), even if the port started with 179 at some point. In any case, for any debugger related issues, please attach the debugger log (contents of right pane of Windows->Views->Debugger Log) Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
