[PR #309] [CLOSED] Under debugging tools add my debugger entry into the ring. #284

Closed
opened 2025-11-06 12:29:07 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/309
Author: @rocky
Created: 2/14/2015
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • c2f580f Update README.md
  • e85ed1d toolz: composable, pure and lazy functions for FP.
  • a86a755 Add trepan
  • cbf4704 Merge branch 'master' of github.com:rocky/awesome-python
  • 9a3fcf0 SimpleCV got in there by mistake

📊 Changes

1 file changed (+3 additions, -2 deletions)

View changed files

📝 README.md (+3 -2)

📄 Description

In my biased opinion, trepan has features that I am not aware of in other debuggers. Namely:

  • extensive documentation in RestructuredText so it looks nice on pypy as well as inside the debugger using terminal highlighting
  • context-sensitive command completion
  • debugger macros that can be written in python
  • source-code syntax highlighting
  • stepping and filtering by event (call, return, c_call, c_return, line, exception ...)
  • a smart "eval" command

and more... See https://pypi.python.org/pypi/trepan/0.4.1


🔄 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/309 **Author:** [@rocky](https://github.com/rocky) **Created:** 2/14/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`c2f580f`](https://github.com/vinta/awesome-python/commit/c2f580f5a4f9af0c40b9fe27245752871fe50cfc) Update README.md - [`e85ed1d`](https://github.com/vinta/awesome-python/commit/e85ed1d377e6524b8a128e8a455ee2d6b79f1e98) toolz: composable, pure and lazy functions for FP. - [`a86a755`](https://github.com/vinta/awesome-python/commit/a86a755ac4db1be97fadebbb3b82477729c85acf) Add trepan - [`cbf4704`](https://github.com/vinta/awesome-python/commit/cbf4704e58c4ff1dbf4bc88ab1b147c94868ef40) Merge branch 'master' of github.com:rocky/awesome-python - [`9a3fcf0`](https://github.com/vinta/awesome-python/commit/9a3fcf01d502230a53a1f2d831579545e6aa831a) SimpleCV got in there by mistake ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -2) </details> ### 📄 Description In my biased opinion, trepan has features that I am not aware of in other debuggers. Namely: - extensive documentation in RestructuredText so it looks nice on pypy as well as inside the debugger using terminal highlighting - context-sensitive command completion - debugger macros that can be written in python - source-code syntax highlighting - stepping and filtering by event (call, return, c_call, c_return, line, exception ...) - a smart "eval" command and more... See https://pypi.python.org/pypi/trepan/0.4.1 --- <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 12:29:07 -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#284