Skip to content
/ kdbg Public
forked from j6t/kdbg

A Graphical Debugger Interface around GDB

License

Notifications You must be signed in to change notification settings

dcourtois/kdbg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is KDbg, a graphical user interface around GDB using
KDE, the K Desktop Environment.

To build and install:

        git clone https://github.com/j6t/kdbg.git
        cmake -S kdbg -B kdbg-build
        cmake --build kdbg-build
        sudo cmake --install kdbg-build

You'll need the following packages:

        extra-cmake-modules
        libkf5i18n-dev
        libkf5config-dev
        libkf5iconthemes-dev
        libkf5xmlgui-dev
        libkf5windowsystem-dev


It may be necessary to tell the install location explicitly,
then use, for example,

        cmake -DCMAKE_INSTALL_PREFIX=/usr kdbg-build

The KDE header files libraries must be available. Make sure
that the development packages are installed.

The homepage is at

        http://www.kdbg.org/

Johannes Sixt <[email protected]>

About

A Graphical Debugger Interface around GDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 77.7%
  • HTML 18.8%
  • CMake 1.3%
  • XSLT 0.9%
  • Roff 0.7%
  • Makefile 0.2%
  • Other 0.4%