Closed crioux closed 8 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?
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.
Can something be backported to Qt5.3.2 - code or compiler options?
See https://github.com/KDAB/GammaRay/issues/93#issuecomment-59003966. Fixed when using Qt 5.4.
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:
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?