Is your feature request related to a problem? Please describe.
Debugging Hotspot (and specially performance checks) sometimes yield in routines that are within QT.
As the appimage is created from a CentOS7 that does not include the necessary dependencies, these are added manually.
Therefore it isn't possible to use an OS provided debuginfo.
Describe the solution you'd like
HotSpot not showing libqt... is missing (many) debugsymbols, which is commonly a hint that the graphs are incomplete.
Include debuginfo for the libqt* versions used for HotSpot in the "debuginfo" for the appimage or, as this is "static" provide a separate download for it.
Is your feature request related to a problem? Please describe. Debugging Hotspot (and specially performance checks) sometimes yield in routines that are within QT. As the appimage is created from a CentOS7 that does not include the necessary dependencies, these are added manually. Therefore it isn't possible to use an OS provided debuginfo.
Describe the solution you'd like HotSpot not showing libqt... is missing (many) debugsymbols, which is commonly a hint that the graphs are incomplete. Include debuginfo for the libqt* versions used for HotSpot in the "debuginfo" for the appimage or, as this is "static" provide a separate download for it.