Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How to launch GammaRay GUI

How to launch GammaRay GUI

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
gammaraywindowsgui
2 Posts 2 Posters 2.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    laboutpost2
    wrote on last edited by
    #1

    I successfully built GammaRay with MSVC 12 and Qt 5.4.0. I am able to use the launcher to select my process and attach, and a terminal window opens, displaying

    Detected ABI qt5.4-MSVC-release-i686, using ABI qt5.4-MSVC-release-i686.
    

    The GammaRay GUI does not appear. Although I am able to interact with my program, the process will eventually terminate, displaying

    Target not responding - timeout.
    See <https://github.com/KDAB/GammaRay/wiki/Known-Issues> for troubleshooting
    QThread: Destroyed while thread is still running
    

    If I run gammaray-client.exe a splash screen appears but disappears after awhile. This is all I have seen of a GUI.

    How do I access the GUI shown in the pictures at the http://www.kdab.com/gammaray/? Am I doing something wrong?

    1 Reply Last reply
    1
    • gt6707aG Offline
      gt6707aG Offline
      gt6707a
      wrote on last edited by gt6707a
      #2

      Got it to work. The only way I got it to work is to launch from command line. ex: gammaray --probe PROBE_OF_CHOICE PATH_TO_QT_EXE\qt_app.exe.

      And of course the probe config must be the same as the app's build config. For reference, my environment is Windows 10. GammaRay on Qt 5.6 QtQuick 2.0 apps.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved