How do I make Qt Creator's debugger show the contents of C++ vectors in OS X?

前端 未结 3 2042
旧时难觅i
旧时难觅i 2021-01-05 07:31

I\'m writing a program that makes extensive use of vectors and am developing with Qt Creator 2.0.1 on Mac OS X 10.6.6 for the first time.

As I am debugging, I can se

3条回答
  •  Happy的楠姐
    2021-01-05 07:45

    You need to build the debugging helper. Should be under Tools -> Options ...

    Once the debugging helper is built, you can visualize std::string, QString and containers as well.

    There should be a rebuild button in same the place as where you choose which version of Qt to use.

    http://www.qtcentre.org/threads/31862-quot-No-valid-Qt-version-set.-Set-one-in-Tools-Options-quot-Windows-QtCreator

提交回复
热议问题