I. BACKGROUND notes
The so-called debugger, is mainly the next breakpoint, observation variables, not too complex things also do not have too complex tools.
But specifically to the Linux platform, GDB would have knocked a few more commands is not an issue, but a screen is so big print out a bunch of things disorderly and see, get a graphical interface or use a little.
KDBG is the graphical interface debugger for the Lniux platform. More precisely, kdbg is not a debugger just a front-end graphical interface of GDB, which is later called GDB.
(so use kdbg to install the gbd,gdb is installed with GCC, so install GCC should have all)
Second, kdbg installation
Install -y kdbg
Debina class can be installed directly, other various installations see links
Third, kdbg use 3.1 start kdbg
Terminal directly execute kdbg can
3.2 Loading program for debugging
Directly click the "Executable" button to load the executable file, you can do the debugging (Open source loaded into the original code can only check down and run)
Reference:
http://www.kdbg.org/manual/
kdbg Installation Use tutorial (kali)