When trying to debug in kedevelop I'm getting the error:
You need gdb 7.0.0 or higher. You are using: Registered pretty printers for UE classes
but I have a higher version than that:
$ gdb --version GNU gdb (Debian 10.1-1.7) 10.1.90.20210103-git Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
I do have UE built but I'm not actually using it. The project is just the simple hello world simple cmake C template. I don't know what's going on or why it's putting this up.