Software Alternatives, Accelerators & Startups

Debugging with GDB

rr RemedyBG LLDB
  1. 1

    rr

    rr is a debugging tool designed to record and replay program execution.
    Pricing:
    • Open Source
    [1] https://sourceware.org/gdb/onlinedocs/gdb/Reverse-Execution.html#Reverse-Execution - GDB has an implementation of reverse debugging but larger projects like `rr` (https://rr-project.org/) or `udb` (https://undo.io/solutions/products/udb/ - which, disclaimer, I work on) exist to do this with higher performance on complex, real-world programs.

    #Software Development #IDE #Developer Tools 58 social mentions

  2. 64-bit Windows debugger written from scratch as an alternative to the Visual Studio debugger.
    If you're on Windows you can use RemedyBG: https://remedybg.itch.io/remedybg.

    #IDE #Software Development #Decompiler 5 social mentions

  3. 3
    Debugger for C, C++, Objective-C, Objective-C++, Swift.
    Pricing:
    • Open Source
    Well, there's LLDB (https://lldb.llvm.org/) - I've heard it's got some nifty architectural features (e.g. Having access to the Clang framework for handling C/C++ expressions). I've done some minimal poking about in the code; I found its object-orientation a bit hard to grok (just for me personally) but it seemed to be quite uniformly applied so it might well be easier to work with.

    #Text Editors #IDE #Software Development 9 social mentions

Discuss: Debugging with GDB

Log in or Post with