A GUI for several command-line debuggers. The Data Display Debugger (DDD) is a popular GUI for command-line debuggers like GDB, DBX, JDB, WDB, XDB, the Perl debugger, and the Python debugger. DDD allows you to view source texts and provides ...
A GNU source-level debugger for C, C++ and other languages. GDB, the GNU debugger, allows you to debug programs written in C, C++, and other languages, by executing them in a controlled fashion and printing their data.
A GUI for gdb, the GNU debugger, and KDE. KDbg is a K Desktop Environment (KDE) GUI for gdb, the GNU debugger. KDbg provides the programmer with an intuitive interface for setting breakpoints, inspecting variables, and stepping through code. ...
A lock file lister. Lslk is a lock file lister. Lslk attempts to list all of the locks on the executing system's local files (i.e., on the active inodes). Install lslk if you need a utility for listing file locks.
A utility which lists open files on a Linux/UNIX system. Lsof stands for LiSt Open Files, and it does just that: it lists information about files that are open by the processes running on a UNIX system.
Tracks runtime library calls from dynamically linked executables. Ltrace is a debugging program which runs a specified command until the command exits. While the command is executing, ltrace intercepts and records both the dynamic library calls called by the ...
Tool for memory profiling and leak detection Memprof is a tool for profiling memory usage and detecting memory leaks. It can be used with existing binaries without need for recompilation.
Display stack trace of a running process Pstack dumps a stack trace for a process, given the pid of that process. If the process named is part of a thread group, then all the threads in the group are traced.
Tracks and displays system calls associated with a running process. The strace program intercepts and records the system calls called and received by a running process. Strace can print a record of each system call, its arguments and its return value. Strace is ...
Gathers system hardware and configuration information. Sysreport is a utility that gathers information about a system's hardware and configuration. The information can then be used for diagnostic purposes and debugging. Sysreport is commonly used to help ...
Page : 1 |