Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. [SOLVED] Debugging with Qt Creator 2.8.1 + Qt 5.1.1 on OS X 10.8.4
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Debugging with Qt Creator 2.8.1 + Qt 5.1.1 on OS X 10.8.4

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 1 Posters 1.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    agarny
    wrote on last edited by
    #1

    Hi,

    I am trying to debug my project using Qt Creator 2.8.1 + Qt 5.1.1 on OS X 10.8.4 and though my application works fine, I am just not able to debug it. Here is what I get in the application output window:

    @Debugging starts
    Could not find object file "/Users/bld.qt/bamboo-agent-home/xml-data/build-dir/DQTC-LGPLRELEASEBUILD510-OSX106/qt5_workdir/w/s/qtbase/src/plugins/platforms/minimal/.obj/debug-shared/main.o" - no debug information available for "main.cpp".
    Could not find object file "/Users/bld.qt/bamboo-agent-home/xml-data/build-dir/DQTC-LGPLRELEASEBUILD510-OSX106/qt5_workdir/w/s/qtbase/src/plugins/platforms/minimal/.obj/debug-shared/qminimalintegration.o" - no debug information available for "qminimalintegration.cpp".
    Could not find object file "/Users/bld.qt/bamboo-agent-home/xml-data/build-dir/DQTC-LGPLRELEASEBUILD510-OSX106/qt5_workdir/w/s/qtbase/src/plugins/platforms/minimal/.obj/debug-shared/qminimalbackingstore.o" - no debug information available for "qminimalbackingstore.cpp".
    ...@

    Would anyone have any idea as what is going wrong here?

    Cheers, Alan.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      agarny
      wrote on last edited by
      #2

      Well, I didn't expect that, but the Qt project I was trying to build hard-coded the fact that it should be built in release mode (!!). So, even though according to Qt Creator I was building in debug mode, I actually wasn't. Anyway, I commented out the offending line and now everything is fine: I can now debug the project without any problem. (FWIW, I am still getting the exact same messages I mentioned in my original message.)

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved