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 724 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 20 Jan 2016, 13:45 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

    R 1 Reply Last reply 20 Jan 2016, 14:16
    0
    • C cvoelkel
      20 Jan 2016, 13:45

      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

      R Offline
      R Offline
      raven-worx
      Moderators
      wrote on 20 Jan 2016, 14:16 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 20 Jan 2016, 14:40 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

        1/3

        20 Jan 2016, 13:45

        • Login

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