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. During debugging I fail in the source code basic_string.h: debug the code is very inconvenient

During debugging I fail in the source code basic_string.h: debug the code is very inconvenient

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 1 Posters 461 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.
  • A Offline
    A Offline
    AlekseyB
    wrote on last edited by AlekseyB
    #1

    Qt 5.10.1, Debian 9.2.3

    I put the breakpoint, execution of the program comes to the need place, then I press F10, but instead of going to the next line of code, I start to study the implementation of the constructor of class string.

    And this happens only with the Intel compiler, and gcc debugs correctly.
    For both compiler I use:
    QMAKE_CXXFLAGS += -O0

    What am I doing wrong?

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

      This effect occurs if I use the Intel compiler, but with the GCC compiler everything works correctly.

      1 Reply Last reply
      1

      • Login

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