Results 1 to 7 of 7

Thread: how to swtch off QtCreator disassembler view ?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Join Date
    Aug 2011
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: how to swtch off QtCreator disassembler view ?

    I was seeing the same issue, the debugger jumping to the disassembly window, and the disabled "operate by instruction" switch. I am using Qt v4.7.3 with Creator v2.2.1 on Windows XP Sp3. I completely uninstalled both, cleaned my registry, and reinstalled. I also deleted the .user file so that it would be regenerated. This enabled the operate by instruction switch, but it was switching between the disassembly window and what looks like code from a referenced library, not the actual breakpoint I set in my code. Next thing I tried was to copy my project to a new location, and change the "Projects" settings in Qt Creator so that it would build to the build folder in the new location. I also deleted the .user file so that it would be regenerated. This fixed everything, the breakpoints and the switch, but I have to use the project in its new location, the project in the old location is still broken. I did a complete file comparison using Araxis Merge between the two project folders. I am mystified by what I found. The only difference throughout all of the files in the folders is the build path. Now, I can't say for sure sure if the binary files are actually being compared. I searched my registry and could not find anything obvious. I believe the issue was originally caused when I built from two different locations into the same build folder. I believe it may be related to the following Qt Creator bug: https://bugreports.qt.nokia.com/brow...REATORBUG-2104
    Last edited by sblee; 9th September 2011 at 18:36.

Similar Threads

  1. Replies: 5
    Last Post: 3rd April 2010, 04:07
  2. Replies: 1
    Last Post: 10th February 2010, 07:28
  3. QtCreator and paths in projects view
    By SilverHaze in forum Qt Tools
    Replies: 1
    Last Post: 19th January 2010, 21:26
  4. Replies: 5
    Last Post: 21st November 2007, 20:38
  5. Model-view: Creating a custom view
    By taboom in forum Qt Programming
    Replies: 5
    Last Post: 17th August 2007, 20:36

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.