Results 1 to 20 of 34

Thread: Debugger helper

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2009
    Location
    Italy, Pieve Ligure (GE)
    Posts
    55
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    7
    Thanked 6 Times in 6 Posts

    Default Re: Debugger helper

    Quote Originally Posted by chal61 View Post
    How nice, I made the debugger helper working under windows (latest QT release 4.5.2, QTCreator 1.2.0).

    - Tools->Options->Debugger->Cdb (click under the link "Debugging Tools for Windows") and Install the debugger tools

    - Tools->Options->Debugger->Cdb->autodetect
    - Tools->Options->Debugger->Debugger helper-> Debug Debugger helper

    and now it works!
    Hi,

    Thanks for the tip: only partial success here.

    I run Qt Creator 1.2.0 based on Qt 4.5.2 (32 bit) (pre-compiled binaries) on XP SP3. Installed the MS Dbg tools for Win (in a custom folder, so I could not use "Autodetect" but entered the CDB path directly).

    Result: I get reasonably complete data about Qt objects the first time I debug an app in a Qt session (note: reasonably complete, not totally).

    But when the app finishes and I try to re-run it, I get the old, un-populated obejct data again. I have to stop Qt Creator, re-start it and debug again: not really convenient...

    Something is definitely missing...

    Miwarre

    P.S.: I am surprised that so few people complain about this very important fact: does (almost) nobody debug his/her apps?

  2. #2
    Join Date
    May 2008
    Posts
    155
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanked 15 Times in 13 Posts

    Default Re: Debugger helper

    Quote Originally Posted by miwarre View Post
    Hi,

    Thanks for the tip: only partial success here.

    I run Qt Creator 1.2.0 based on Qt 4.5.2 (32 bit) (pre-compiled binaries) on XP SP3. Installed the MS Dbg tools for Win (in a custom folder, so I could not use "Autodetect" but entered the CDB path directly).

    Result: I get reasonably complete data about Qt objects the first time I debug an app in a Qt session (note: reasonably complete, not totally).

    But when the app finishes and I try to re-run it, I get the old, un-populated obejct data again. I have to stop Qt Creator, re-start it and debug again: not really convenient...

    Something is definitely missing...

    Miwarre

    P.S.: I am surprised that so few people complain about this very important fact: does (almost) nobody debug his/her apps?
    Use 1.2.1. Several bugs related to debugging have been fixed there, among them the "vanishing checkmark" and the "faulty second run"

Similar Threads

  1. QT IDE and Debugger
    By onefootswill in forum Newbie
    Replies: 16
    Last Post: 25th July 2008, 20:39
  2. Need Qt IDE with Debugger
    By rajeshs in forum General Discussion
    Replies: 3
    Last Post: 10th October 2007, 12:21
  3. On windows: MinGW + Qt + Which Debugger?
    By Dwarf007 in forum Newbie
    Replies: 8
    Last Post: 12th July 2006, 19:21
  4. Usage of the Debugger!!
    By Kapil in forum Qt Programming
    Replies: 9
    Last Post: 20th April 2006, 04:48

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.