https://bugs.kde.org/show_bug.cgi?id=383912
Simon <freisi...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |freisi...@gmail.com --- Comment #8 from Simon <freisi...@gmail.com> --- There is no problem here, no amount of updating will stop it. As Gilles wrote in comment #6 the debug mode of the AppImage enables catching of exceptions being thrown, even if they are handled. This means the execution is paused (not aborted) and you get to the gdb command prompt. You can resume by entering "c" and pressing Enter. If you don't want execution to be paused on thrown exceptions, you can enter info breakpoints delete *num* where *num* is the number of the line containing exception throw. -- You are receiving this mail because: You are watching all bug changes.