-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to load additional probes #669
Comments
If you're using the same build directory, that won't work as Qt will have already been probed as the default 5.12 version. I don't know exactly how
But, build everything separately and install it all to the same place, and hopefully things Just Work™. I definitely have a GammaRay I built locally (haven't submitted all of the patches to push it into our packaging system yet) based on the current development code here, which I built against our system Qt 6.5.1. It has probes for both Qt 6.5 and Qt 5.15, and can attach to or launch applications compiled with either version. I really wasn't sure that would work, but it seems to! |
Using the latest release 2.11.3
Windows 10
Visual Studio 2019 CMake
After "Build All succeeded."
Ran the Qt5 target application
Ran the GammaRay - Launcher
Attempted to attach to the application process
GammaRay: Failed to load: C:\Users\xxxx\Documents\GammaRay\gammaray-2.11.3\out\build\x64-Debug\plugins\gammaray\2.11\qt5_12-MSVC-140-x86_64d\gammaray_probed.dll
This above mention probe works with QML project build with the corresponding version. However, How do we build probes for the later Qt version? Such as 5.15 and beyond.
I have noticed the install.txt guidance for same and attempted by adding -
set(DGAMMARAY_BUILD_UI=false)
set(DGAMMARAY_MULTI_BUILD=true)
set(DCMAKE_PREFIX_PATH=//C/Qt/5.15.2/)
without success.
any suggestions are appreciated.
The text was updated successfully, but these errors were encountered: