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. DEBUGGER problem in MSVS 2010 Qt4.8
Qt 6.11 is out! See what's new in the release blog

DEBUGGER problem in MSVS 2010 Qt4.8

Scheduled Pinned Locked Moved General and Desktop
8 Posts 3 Posters 3.1k 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.
  • S Offline
    S Offline
    sumitchh
    wrote on last edited by
    #1

    Please help me out, as I am unable to get any solution to my problem.
    I am not able to DEBUG with Qt 4.8 which is MSVS 2010 compiled.
    Not able to get any solution at Internet.
    At last decided to debug in MSVStudio only , but then came to know that MSVS add in for Qt does not support MSVS Express.
    So please help me out as if it is not possible, or sort of BUG, or am i going in wrong direction.
    For the reference, the application output gives:
    Debug starts
    Debug finished
    If somebody had similar kind of problem, than i will discuss this in detail,what all I did..

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to DevNet,

      First thing to rule out, does your application start ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sumitchh
        wrote on last edited by
        #3

        Thanks
        And thanks for replying.
        No, it doesnt..
        However it is working perfectly fine in release mode.

        1 Reply Last reply
        0
        • C Offline
          C Offline
          Code_ReaQtor
          wrote on last edited by
          #4

          Your Qt version might NOT be built in "debug" mode.

          Please visit my open-source projects at https://github.com/Code-ReaQtor.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            sumitchh
            wrote on last edited by
            #5

            I have that doubt and thats why downloaded the QT 4.8.4 source code and compiled it in MSVS2010.
            with
            configure -debug-and-release -opensource -platform win32-msvc2010

            command assuming that it will compile it in both debug and release mode.
            The compilation is complete.
            Now I am thinking which creator i should use..to test this build

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Even if Qt's not built in debug mode, that should stop the debugger from starting, it wont be able to give useful information but that's another problem.

              Are you using 3rd party libraries ? Are they in your PATH when you run in debug ?
              If you run the application from explorer, or command line, what message do you get ?

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • S Offline
                S Offline
                sumitchh
                wrote on last edited by
                #7

                Yes I am using ZMQ and thrift libraries but all requisites are included.
                HOwever i am getting this as copilation output:

                qtmaind.lib(qtmain_win.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'qtmaind.lib(qtmain_win.obj)' or at 'mydirectory\debug\debug\vc100.pdb'; linking object as if no debug info

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  It means that you are mixing debug and release dlls.

                  Did you check the PATH variable to ensure that your 3rd party dlls are found when running in debug mode ?

                  Does your 3rd party dlls offer debug versions ?

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  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