Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Debug problem
Qt 6.11 is out! See what's new in the release blog

Debug problem

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.5k 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
    albertitu
    wrote on last edited by
    #1

    Hi everybody

    When i want to debug my project i have these warnings. I'm using 5.4 Qt version.

    This does not seem to be a "Debug" build.
    Setting breakpoints by file name and line number may fail.

    Section .debug_info: Not found.
    Section .debug_abbrev: Not found.
    Section .debug_line: Not found.
    Section .debug_str: Not found.
    Section .debug_loc: Not found.
    Section .debug_range: Not found.
    Section .gdb_index: Not found.
    Section .note.gnu.build-id: Found.
    Section .gnu.hash: Found.
    Section .gnu_debuglink: Not found.

    Could someone helps me?
    Many thanks

    Alberto

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SysTech
      wrote on last edited by
      #2

      Hi, You do have "Debug" build type set right? If you look in the lower left corner of Qt Creator it should have a computer icon and say "Debug".

      I'd then look at the "Projects" tab (on the left) then make sure you select "Build". There should be a dropdown for Debug and further down if you look at the build steps you should see "Config+=debug" on the qmake command line.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        albertitu
        wrote on last edited by
        #3

        Hi, thank you so much for your quickly answer. I've checked all that you said me and i have all fine. I can debug but when the debug starts a little screen show me this "errors". I don't know if it is a problem.
        Many thanks

        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