Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt Creator clang debugger shows std::string value as <not accessible>
Forum Update on Monday, May 27th 2025

Qt Creator clang debugger shows std::string value as <not accessible>

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 575 Views
  • 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.
  • M Offline
    M Offline
    maks
    wrote on 28 May 2016, 09:32 last edited by maks
    #1

    I use Ubuntu 14.04 64-bit, Qt Creator 4.0, cmake 3.2, clang, lldb 3.6 .

    I have no probelm with gcc 4.8.4 and gdb7.7.1 .

    Photo

    Code example is show below.

    #include <string>
    
    using namespace std;
    
    int main(int argc, char *argv[])
    {
      std::string example = "123";
    
      return 0;
    }
    

    Thanks in advance!

    1 Reply Last reply
    0

    1/1

    28 May 2016, 09:32

    • Login

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