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. qt with vs2015 compiler generates pdb without line info
Forum Updated to NodeBB v4.3 + New Features

qt with vs2015 compiler generates pdb without line info

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 176 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.
  • Y Offline
    Y Offline
    yasincy
    wrote on last edited by
    #1

    I use qt creator to develop and add this in my .pro file
    QMAKE_CFLAGS_RELEASE += /Zi
    QMAKE_LFLAGS_RELEASE +=/DEBUG

    to generate a pdb file. The compiler is msvc 2015.
    But when I try to debug the crash poing in vs2015. I can get only the crash function, without line info.Such as:
    CrashDialog::clickCrash(bool)

    instead of
    CrashDialog::clickCrash(bool) Line 32

    What should I do to get the line info?

    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