pdbpp
Debugger
An enhanced version of the Python debugger with added features such as TAB completion, syntax highlighting, and interactive commands.
pdb++, a drop-in replacement for pdb (the Python debugger)
1k stars
18 watching
66 forks
Language: Python
last commit: 8 months ago
Linked from 2 awesome lists
completiondebuggerpdbpythonsyntax-highlighting
Related projects:
Repository | Description | Stars |
---|---|---|
collective/products.pdbdebugmode | Enables PDB debugging in Zope instances with various hooks and post-mortem debugging capabilities | 2 |
spiside/pdb-tutorial | A tutorial on effectively using the Python debugger to diagnose and fix program errors | 854 |
gotcha/ipdb | An integration of IPython's debugger into the pdb module | 1,867 |
ismail0234/phalcon-bb-debugger | A tool that provides detailed information about a web application's performance and internal workings | 5 |
progbits/smldbg | An educational C++20 debugger with basic debugging functionality and no dependencies. | 4 |
enterprisedb/pldebugger | Provides an API for debugging pl/pgsql functions in PostgreSQL databases. | 71 |
cuplv/dpdebugger | An algorithm for explaining unexpected performance differences in programs by grouping similar execution times and identifying key program properties. | 1 |
pylons/pyramid_debugtoolbar | A utility package providing a debug interface for Pyramid web applications. | 95 |
haddocking/pdb-tools | A set of command-line tools for manipulating and editing PDB files | 390 |
scottt/debugbreak | Allows software developers to programmatically insert breakpoints in their C/C++ code. | 626 |
carstencodes/pdm-bump | Tools for managing project versions and bumping them to new releases. | 44 |
cakephp/debug_kit | A debugging toolset for CakePHP applications | 851 |
pbogut/deoplete-elm | An asynchronous code completion plugin for Elm language in Neovim and Vim | 23 |
pallets-eco/flask-debugtoolbar | Tools for debugging and inspecting Flask web applications | 953 |
x64dbg/x64dbgpy | Automates interaction with x64dbg debugger using Python. | 1,469 |