Results 1 to 4 of 4

Thread: Debugger Helper compiles and is auto detected but does not get loaded

  1. #1
    Join Date
    Jun 2010
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Debugger Helper compiles and is auto detected but does not get loaded

    Hello Folks,

    I am using Ubuntu 10.04 and Qt creator1.3.1. I am unable to get my debugging helper library loaded when I try to debug my application. My application is an external makefile driven application.

    in Tools > Options > Qt4 > Qt Versions my Qt is successfully auto detected and the Debugging Helper has a green check mark.

    However, if I want to rebuild it, it gets successfully rebuilt (See log)

    Qt Code:
    1. DQT_SHARED -I../mkspecs/linux-g++ -I. -I../../../include/qt4/QtCore -I../../../include/qt4/QtGui -I../../../include/qt4 -I. -o gdbmacros.o gdbmacros.cpp
    2. rm -f libgdbmacros.so.1.0.0 libgdbmacros.so libgdbmacros.so.1 libgdbmacros.so.1.0
    3. g++ -shared -Wl,-soname,libgdbmacros.so.1 -o libgdbmacros.so.1.0.0 gdbmacros.o -L/usr/lib -lQtGui -lQtCore -lpthread
    4. ln -s libgdbmacros.so.1.0.0 libgdbmacros.so
    5. ln -s libgdbmacros.so.1.0.0 libgdbmacros.so.1
    6. ln -s libgdbmacros.so.1.0.0 libgdbmacros.so.1.0
    To copy to clipboard, switch view to plain text mode 

    However, I am still not able to run my application (an external application) with the debug helper library loading. I keep getting the following message (when I click Show Details button)

    "The debugging helper library was not found at ."

    I'm really struggling to get this to work and am stuck.

    Please help!

    Thanks,

    Sidharth

  2. #2
    Join Date
    Aug 2009
    Posts
    6
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Debugger Helper compiles and is auto detected but does not get loaded

    @siddharth

    Did you get this working ? Even i'm not able to do this. I get green check mark in front of qt debugging helper but i'm not able to use it with external application. I'm able to use is it with an application which is build in qtcreator

  3. #3
    Join Date
    Jun 2010
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Debugger Helper compiles and is auto detected but does not get loaded

    Quote Originally Posted by ansmehta View Post
    @siddharth

    Did you get this working ? Even i'm not able to do this. I get green check mark in front of qt debugging helper but i'm not able to use it with external application. I'm able to use is it with an application which is build in qtcreator
    Sorry! Couldn't figure it out... just don't know what I'm doing wrong!

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

    Default Re: Debugger Helper compiles and is auto detected but does not get loaded

    If you used Qt Creator 2.0 and a python-enabled gdb the python based debugging helpers would be used which make a few of the related pitfalls magically disappear. In any case, the best tool to debug the debugger setup is the communication log (right pane of Debug->Views->Debugger, or Windows->Views->Debugger in 2.0)

Similar Threads

  1. Debugger helper
    By JohnToddSr in forum Qt Tools
    Replies: 33
    Last Post: 15th June 2010, 23:19
  2. Replies: 1
    Last Post: 4th March 2010, 23:30
  3. Debugger Helper - Access Denied
    By ncrusader in forum Qt Tools
    Replies: 2
    Last Post: 26th December 2009, 11:27
  4. [SOLVED] 64 bit compiles under Visual Studio 2005
    By drescherjm in forum Installation and Deployment
    Replies: 1
    Last Post: 27th May 2009, 17:32

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.