Bug 430159 - Cannot debug due to failed gdb version check
Summary: Cannot debug due to failed gdb version check
Status: RESOLVED DUPLICATE of bug 428688
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: 5.6.0
Platform: openSUSE Linux
: NOR major
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-08 16:15 UTC by Alvin
Modified: 2020-12-08 16:29 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alvin 2020-12-08 16:15:07 UTC
SUMMARY
I can no longer run the debugger (everything was fine until a recent OS update). When I start to debug my C++ application, I get this message:

  You need gdb 7.0.0 or higher.
  You are using: GNU gdb (GDB; openSUSE Tumbleweed) 10.1

STEPS TO REPRODUCE
1. Load a CPP project that compiles and links and is known to execute.
2. In KDevelop, Run->Debug Launch (assuming Current Launch Configuration already created and set)
3.

OBSERVED RESULT
KDevelop refuses to start debugger and, instead, displays the message in "SUMMARY" above.

EXPECTED RESULT
KDevelop to switch to Debug area and launch the application and stop on my breakpoint.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Tumbleweed 20201205
KDE Plasma Version: 5.20.4
KDE Frameworks Version: 5.76.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
GDB Version (as per gdb --version): GNU gdb (GDB; openSUSE Tumbleweed) 10.1
Comment 1 Sven Brauch 2020-12-08 16:29:49 UTC

*** This bug has been marked as a duplicate of bug 428688 ***