drgn
Debugger tool
A debugger with scripting capabilities to inspect complex program state in an expressive way.
Programmable debugger
2k stars
37 watching
165 forks
Language: Python
last commit: 7 days ago Related projects:
Repository | Description | Stars |
---|---|---|
georgejahad/debug-repl | A Clojure REPL extension that allows debugging with access to surrounding lexical scope | 151 |
dgrnbrg/spyscope | A library of tools for debugging single- and multi-threaded applications written in Clojure. | 586 |
ovidiuvio/vsdebugpro | A debugging tool for C/C++ and .NET applications, allowing developers to inspect memory, load data into memory, and execute custom commands. | 58 |
pylons/pyramid_debugtoolbar | A utility package providing a debug interface for Pyramid web applications. | 95 |
microsoft/dbgshell | Automates tasks in the Windows debugger | 675 |
cenkalti/flask-debug-toolbar-mongo | An extension for Flask's Debug Toolbar to display MongoDB debugging information | 4 |
ionelmc/python-manhole | A tool for interactive debugging of Python applications | 374 |
derekparker/delve | A debugger for the Go programming language aimed at providing simple and full featured debugging tools. | 635 |
navdeep-g/showme | A set of function decorators to analyze and visualize Python application execution | 189 |
marciol/inspector | A module that simplifies debugging by providing a more user-friendly experience. | 15 |
pd4d10/debugtron | An Electron-based app for debugging in-production applications | 1,415 |
atlas-engineer/ndebug | Toolkit for constructing debugger hooks in Common Lisp applications | 9 |
lukasbanana/mentalgl | A utility library to review entire OpenGL render state | 23 |
sija/debug.cr | A debugging tool providing colorized output and type information for Crystal programming language | 94 |
clojure/tools.trace | A Clojure library for tracing and debugging code execution | 361 |