[Gammaray-interest] Misleading error diagnostics
Christian Gagneraud
chgans at gmail.com
Wed Sep 6 04:44:29 CEST 2017
Hi,
When you try to run an executable that doesn't exists, gammaray is
misleading in it's diagnostics:
---------------------------------------------
No probe ABI specified and ABI auto-detection failed, picking
qt5_6-MSVC-i686 at random.
To specify the probe ABI explicitly use --probe <abi>, available
probes are listed using the --list-probes option.
Failed to launch target 'Debug/MFDApp.exe'.
See <https://github.com/KDAB/GammaRay/wiki/Known-Issues> for troubleshooting
---------------------------------------------
Wouldn't be better if the diagnostics were:
---------------------------------------------
Failed to launch target 'Debug/MFDApp.exe': File not found.
---------------------------------------------
Should I create an issue on github?
Chris
More information about the Gammaray-interest
mailing list