KDAB / GammaRay

GammaRay is a tool to poke around in a Qt-application and also to manipulate the application to some extent.
https://www.kdab.com/gammaray
Other
1.61k stars 283 forks source link

GammaRay sidebar greyed out #93

Closed crioux closed 8 years ago

crioux commented 10 years ago

I built the recent head of GammaRay for Qt5.2.1 on x64, Windows. When attaching to or launching a compatible app (release or debug), inprocess or out of process local, I always get this:

gammaray

Note the left sidebar is completely greyed out, and the actions menu is empty, and nothing is available. Am I doing something wrong or is this a bug?

crioux commented 10 years ago

Okay, it works in debug mode from the command line. Both inprocess and out of process, but not from gammaray-launcher. And it doesn't work in release mode from the command line. Do you need pdb files or something? And why no love from gammaray-launcher?

vkrause commented 10 years ago

Release mode will only work reliably with Qt 5.4, which has new built-in hooks that cannot be optimized out by the compiler anymore.

No idea why the launcher fails, it doesn't do much besides calling the command line tool.

malkia commented 9 years ago

Can something be backported to Qt5.3.2 - code or compiler options?

krf commented 8 years ago

See https://github.com/KDAB/GammaRay/issues/93#issuecomment-59003966. Fixed when using Qt 5.4.