DevOps

11 Best Free and Open Source Linux Debuggers

Last Updated on May 25, 2022

Debugging is the process of finding and reducing the number of bugs in computer software and electronic hardware. When a program crashes, the debugger shows the position in the original code. A good debugger plays an essential role in software development.

Debugging can be more difficult when various subsystems are tightly coupled, as changes in one may cause bugs to appear in another.

This article examines three different types of debuggers: source-level debuggers, memory debuggers and bug tracking software.

A memory debugger is a programming tool for finding memory leaks and buffer overflows. These are due to bugs related to the allocation and deallocation of dynamic memory. Programs written in languages that have garbage collection, such as managed code, might also need memory debuggers.

Bug tracking software helps quality assurance and programmers keep track of reported software bugs in their work.

Here’s our recommendations. They are all free and open source goodness.

Best Free and Open Source Debuggers

Let’s explore the 11 debugging tools at hand. For each title we have compiled its own portal page, a full description with an in-depth analysis of its features, together with links to relevant resources.

Debuggers
React Native DebuggerStandalone app for debugging React Native apps
GDBThe GNU Debugger
LLDBNext generation, high-performance debugger
ValgrindA memory debugger and profiler
DelveSource level debugger for the Go programming language
KDbgGraphical user interface to GDB
XdebugExtension for PHP to aid debugging and development
bashdbSource-code debugger for bash; follows the GDB command syntax
NemiverStandalone graphical debugger for GNOME
straceDiagnostic, debugging and instructional userspace utility
Radare2Portable reversing framework

We’ve only included a few issue trackers in this compilation, as we have a dedicated article with our recommended issue trackers.

Best Free and Open Source SoftwareRead our complete collection of recommended free and open source software. Our curated compilation covers all categories of software.

The software collection forms part of our series of informative articles for Linux enthusiasts. There are hundreds of in-depth reviews, open source alternatives to proprietary software from large corporations like Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

There are also fun things to try, hardware, free programming books and tutorials, and much more.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments