mirror of
https://github.com/vinta/awesome-python.git
synced 2026-07-16 02:53:48 -05:00
[PR #1544] [CLOSED] Add pydebug #1343
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1544
Author: @benmezger
Created: 5/16/2020
Status: ❌ Closed
Base:
master← Head:feat/pydebug📝 Commits (1)
faacb9bAdd pydebug to list of debugging libraries📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
A set of utilities which makes it easier to debug Python code. Pydebug respects Django's config. It checks if the decorator is running within a Django project and DEBUG is set to True. If it's set to False, it simply returns the function.
What's the difference between this Python project and similar ones?
pdbandipdbif installed.Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.