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. Debugger cannot evaluate function calls like myStringList.contains("bla")
Forum Updated to NodeBB v4.3 + New Features

Debugger cannot evaluate function calls like myStringList.contains("bla")

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 2 Posters 723 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.
  • C Offline
    C Offline
    cvoelkel
    wrote on last edited by
    #1

    Hello,

    Can anybody tell me why the integrated debugger cannot evaluate expressions like

    myStringList.indexOf("x") or myStringlist.contains("y")

    Are those functions optimized (removed) by the compiler or is there another reason?

    Thanks,
    Christian

    raven-worxR 1 Reply Last reply
    0
    • C cvoelkel

      Hello,

      Can anybody tell me why the integrated debugger cannot evaluate expressions like

      myStringList.indexOf("x") or myStringlist.contains("y")

      Are those functions optimized (removed) by the compiler or is there another reason?

      Thanks,
      Christian

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by raven-worx
      #2

      @cvoelkel
      about which debugger are we talking here?
      To answer your question: Because the debugger most probably doesn't find the debug symbols. (e.g. PDB files in case of CDB/MSVC debugger on windows)

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • C Offline
        C Offline
        cvoelkel
        wrote on last edited by
        #3

        Hello raven-worx,

        we are talking about gdb (C:\Qt\Tools\mingw491_32\bin\gdb.exe) and all normal expressions are evaluated correctly. Only the specified function calls (and maybe some others) don't work.

        regards,
        Christian

        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