Results 1 to 3 of 3

Thread: how can i debug two applications (one using the other) simultaneosuly in qt creator?

  1. #1
    Join Date
    Feb 2010
    Posts
    20
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Default how can i debug two applications (one using the other) simultaneosuly in qt creator?

    how can two exectuable be debugged simultaneously? I mean, there are two app main_app and support_app. main app uses(call) support_app. i need to set break points on both the app (or one app and another dll)and see if main_app sends right data to support_app by moving from one break point to another.

    in visual studio, it is done by adding both the app (projects) to one solution and settting break point on both. how this can be done in qt creator in linux/mac?
    if not possible in qt creator, can it be done using eclipse and xcode as these IDEs available for linux and mac?

    thanks in advance...

  2. #2
    Join Date
    Aug 2007
    Posts
    166
    Thanks
    16
    Thanked 14 Times in 14 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how can i debug two applications (one using the other) simultaneosuly in qt creat

    I think starting one more instance of Qt Creator with the other app will do the trick?

  3. #3
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: how can i debug two applications (one using the other) simultaneosuly in qt creat

    I haven't tried this, but you can open multiple projects at once in Qt-Creator. Maybe you can debug them both at the same time too.

Similar Threads

  1. Replies: 4
    Last Post: 8th August 2010, 23:00
  2. Replies: 0
    Last Post: 4th November 2009, 12:25
  3. Replies: 2
    Last Post: 31st August 2009, 14:03
  4. [QT] I can't debug my applications
    By claudio-cit in forum Qt Programming
    Replies: 3
    Last Post: 3rd July 2008, 18:24
  5. Replies: 11
    Last Post: 22nd March 2006, 20:06

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