https://bugs.kde.org/show_bug.cgi?id=431951
--- Comment #15 from caulier.gil...@gmail.com --- To Maik, comment #12: debug appimage version do not have an internal GDB inside. the "debug" argument run the internal main executable with the GDB from the host system. See the main internal bash script used internally to run AppImage binary: https://invent.kde.org/graphics/digikam/-/blob/master/project/bundles/appimage/data/AppRun#L127 The difference between the standard appimage bundle and the debug version is the debug symbols dropped or not from all binaries (.so, .a, executable files, etc.). This id done at last stage of bundle compilation where the bash script parse all binaries one by one to strip debug symbols. https://invent.kde.org/graphics/digikam/-/blob/master/project/bundles/appimage/04-build-appimage.sh#L402 Typically both version of appimage bundles are the same excepted the strip debug stage, which reduce by 2 the file size... Gilles -- You are receiving this mail because: You are watching all bug changes.