Results 1 to 2 of 2

Thread: Can anyone upload a patched autoexp.dat for VS2010 debugging?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2013
    Posts
    1
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Can anyone upload a patched autoexp.dat for VS2010 debugging?

    Hi Frankie,

    Here's a link to a GitHub repository with Qt5 autoexp.dat files for recent versions of Visual Studio: https://github.com/qtproject/qt-labs...ols/Qt4EEAddin

    I would attach the related file(s) but it seems as if the forum won't let me upload files greater than around 30kb in size.

    Also, I found the visualization for QVector given in these files to be insufficient ('error' shows for each item in the QVector), but the first answer posted here worked for me! The solution is to replace the 3 occurrences (in the visualizer section for QVector) of
    Qt Code:
    1. expr: $c.p->array[$i]
    To copy to clipboard, switch view to plain text mode 
    with
    Qt Code:
    1. expr: (($T1*)((char*)(&$c.d->ref)+(int)$c.d->offset))[$i],
    To copy to clipboard, switch view to plain text mode 
    (Wish I really had time to understand and verify this fix and push a change to the repository mentioned, but not currently)


    I hope that helps!
    Jake
    Last edited by jacob.enget; 8th November 2013 at 14:01. Reason: Removed mostly useless attachment

Similar Threads

  1. Deployment using VS2010
    By Jean-Luc in forum Installation and Deployment
    Replies: 0
    Last Post: 19th February 2012, 01:51
  2. Rebuild QT 3.1.2 with VS2010
    By rangbis in forum Installation and Deployment
    Replies: 1
    Last Post: 16th June 2011, 17:39
  3. QtCreator and VS2010
    By stef13013 in forum Qt Programming
    Replies: 1
    Last Post: 13th February 2011, 11:33
  4. Replies: 3
    Last Post: 6th September 2010, 23:00
  5. VS2010 Support
    By Dato0011 in forum Qt Tools
    Replies: 3
    Last Post: 19th February 2010, 17:57

Tags for this Thread

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.