[PR #763] [CLOSED] Added pdb++ #688

Closed
opened 2025-11-06 13:00:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/763
Author: @aalhour
Created: 11/1/2016
Status: Closed

Base: masterHead: master


📝 Commits (5)

📄 Description

What is this Python project?

PDB++ is a drop-in replacement for pdb.

What's the difference between this Python project and similar ones?

  • colorful TAB completion of Python expressions (through fancycompleter).
  • optional syntax highlighting of code listings (through pygments).
  • sticky mode.
  • several new commands to be used from the interactive (Pdb++) prompt.
  • smart command parsing (hint: have you ever typed r or c at the prompt to print the value of some variable?)
  • additional convenience functions in the pdb module, to be used from your program.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/763 **Author:** [@aalhour](https://github.com/aalhour) **Created:** 11/1/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`c13baaa`](https://github.com/vinta/awesome-python/commit/c13baaa0b75045b2c2942defe3f3a710d8d66673) Update README.md - [`bbc65c1`](https://github.com/vinta/awesome-python/commit/bbc65c122b864ee5a646d7293b359c56b61692cd) Update README.md - [`40b7c49`](https://github.com/vinta/awesome-python/commit/40b7c49b6578164f4f2d1141c03b431ea76e6a02) Merge branch 'master' of https://github.com/vinta/awesome-python into vinta-master - [`1ab8504`](https://github.com/vinta/awesome-python/commit/1ab8504cf23a7ebaa9842e668888d820bae3c0a0) Merge branch 'vinta-master' - [`6e0a276`](https://github.com/vinta/awesome-python/commit/6e0a276af86237e22edc0081de5fdc120c1069b7) Merge pull request #1 from vinta/master ### 📄 Description ## What is this Python project? PDB++ is a drop-in replacement for [pdb](https://docs.python.org/2/library/pdb.html). ## What's the difference between this Python project and similar ones? * colorful TAB completion of Python expressions (through fancycompleter). * optional syntax highlighting of code listings (through pygments). * sticky mode. * several new commands to be used from the interactive (Pdb++) prompt. * smart command parsing (hint: have you ever typed r or c at the prompt to print the value of some variable?) * additional convenience functions in the pdb module, to be used from your program. -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:00:32 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#688