You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Gede (software)

From EverybodyWiki Bios & Wiki

Gede
Developer(s)Johan Henriksson
Initial releaseDecember 11, 2014; 9 years ago (2014-12-11)
Stable release
2.12.2 / September 28, 2018; 5 years ago (2018-09-28)
Written inC++
Engine
    Operating systemCross-platform
    TypeDebugger
    LicenseBSD
    Websitegede.acidron.com

    Search Gede (software) on Amazon.

    Gede is computer software, a graphical standalone debugger for the programming languages C, C++, Rust and FreeBasic. It is a frontend for the GNU Debugger (GDB) and can run on both Linux and FreeBSD.

    Features[edit]

    General[edit]

    Users can start debugging programs with Gede either directly from the command line by typing

    gede [OPTIONS] [--args PROGRAM_NAME [PROGRAM_ARGUMENTS...]]

    or by launching Gede first and then using a settings dialog to select the program or coredump file that should be debugged.

    Some of the features of gede are:

    • Color syntax highlighting for all supported languages.
    • Debugging using coredump file.
    • Class and function navigation.
    • Variables editable during debugging.
    • Thread support.
    • Debugging using gdb server making it possible to debug embedded systems.
    • Watches and local variable display.
    • Memory display.

    Languages[edit]

    Gede is mainly targetting debugging C and C++ programs but also supports both Rust and FreeBasic.

    Tags[edit]

    Functions and classes are extracted using the external ctags program.

    About[edit]

    Gede is written in C++, and uses GDB installed on the hosts computer.

    See also[edit]

    Some use of "" in your query was not closed by a matching "".Some use of "" in your query was not closed by a matching "".

    External links[edit]

    References[edit]


    This article "Gede (software)" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Gede (software). Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.