https://bugs.kde.org/show_bug.cgi?id=409702
Bug ID: 409702
Summary: Invalid gdb version check
Product: kdevelop
Version: 5.3.2
Platform: Manjaro
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: CPP Debugger
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
Cannot debug CMake target after Unreal Engine install.
STEPS TO REPRODUCE
1. Install Unreal Engine
2. Try to debug any CMake target
OBSERVED RESULT
gdb error - KDE Develop
```
You need gdb 7.0.0 or higher.
You are using: Registered pretty printers for UE4 classes
```
EXPECTED RESULT
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.2.0-1-MANJARO
KDE Plasma Version: 5.16.2
KDE Frameworks Version: 5.59.0
Qt Version: 5.13.0
ADDITIONAL INFORMATION
[user@pc ~]$ gdb
GNU gdb (GDB) 8.3
Copyright (C) 2019 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.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
Registered pretty printers for UE4 classes
(gdb)
--
You are receiving this mail because:
You are watching all bug changes.