libunwind 1.8.1

libunwind is a portable and efficient C API for determining the current call chain of ELF program threads of execution and for resuming execution at any point in that call chain. The API supports both local (same process) and remote (other process) operation. The API ise useful in a number of applications, including but not limited to the following. Program introspection: Either for error messages showing a back trace of the call chain leading to a problem or for performance monitoring and ana

KDevelop 23.08.4

KDevelop is a cross-platform IDE. It supports various programming languages such as C, C++, Python, PHP, Java, SQL, Ruby, QML, JavaScript, Go, and document formats XML, HTML, CSS, build systems QMake, CMake, and version control, GUI builders, debugging and documentation tools. It's based on KDevPlatform and the KDE and Qt libraries.

LightTable 0.7.2

LightTable is a programmers environment and IDE that features live code execution, instrospective debugging, and instant feedback for modifications. The supported languages are Clojure, JavaScript and Python. It's based on a HTML/JS based runtime, allows to embed anything, work on remotely hosted web apps, very customizable and extensible, and provides a modern interface with memorable shortcuts and tools.

kreXX 1.1.0

kreXX is a php debugging tool dervied from krumo. It allows to display variable and object dump details in a expandable view. It's a simple substitute for var_dump() and just requires `krexx($obj);` for invocation.