Results 1 to 12 of 12

Thread: Qt 4.8: Step into Qt's source code on Windows using MSVC

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2012
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt 4.8: Step into Qt's source code on Windows using MSVC

    I tried Qt Creator 2.4.1 and it works too...
    Can you start debugging, hit some breakpoint and then:

    1) open Window > Views > Debugger Log
    2) execute !lmi QtCored4 command?

    I get:

    Loaded Module Info: [qtcored4]
    Module: QtCored4
    Base Address: 000000006d670000
    Image Name: C:\QtSDK\Desktop\Qt\4.8.1\msvc2010\lib\QtCored4.dl l
    Machine Type: 332 (I386)
    Time Stamp: 4f619340 Thu Mar 15 07:59:12 2012
    Size: 449000
    CheckSum: 445fcf
    Characteristics: 2102
    Debug Data Dirs: Type Size VA Pointer
    CODEVIEW 74, 39664c, 39544c RSDS - GUID: {D9B88246-65E9-4B48-8C50-AA74663B223F}
    Age: 1, Pdb: c:\iwmake\build_vs2010_opensource_________________ PADDING_________________\lib\QtCored4.pdb
    Symbol Type: DEFERRED - No error - symbol load deferred
    Load Report: no symbols loaded

    Maybe image name is different?

  2. #2
    Join Date
    Mar 2010
    Posts
    319
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    1
    Thanked 14 Times in 12 Posts

    Default Re: Qt 4.8: Step into Qt's source code on Windows using MSVC

    Ok, I have just tried what you suggested and I got the exact same result except for the base address, as well as... a space before "PADDING" in your version of the source path. In my comment above (#10), I used your version (with the space) which is the reason things were not working for me. Now, I am using the version (without a space before "PADDING") and everything works as expected. So, thanks a lot for following up on my issue. Much appreciated!

    PS: the issue with the space before "PADDING" is the forum's fault: it is it which added a space!

Similar Threads

  1. Qt 4.7.0 source compilation errors (MSVC 2010, Windows 7 Ultimate 64-bit)
    By andrey.khaletsky in forum Installation and Deployment
    Replies: 3
    Last Post: 30th September 2010, 08:16
  2. Qt Creator Debugging step by step through else rich code does not work
    By Terjoqu in forum Qt Tools
    Replies: 1
    Last Post: 11th March 2010, 21:44
  3. How to step inside(debug) webkit code?
    By nish in forum Qt Programming
    Replies: 5
    Last Post: 30th December 2009, 12:23
  4. Open source dev on windows: MinGW vs MSVC
    By magland in forum Installation and Deployment
    Replies: 4
    Last Post: 29th December 2007, 08:20
  5. QT Open Source, Designer and MSVC++
    By bradcb212 in forum Qt Programming
    Replies: 1
    Last Post: 4th October 2007, 05:52

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.