[ Bron: python-friendly-traceback ]
Pakket: python3-friendly-traceback (0.7.62+git20240811.d7dbff6-1.1)
Verwijzigingen voor python3-friendly-traceback
Debian bronnen:
Het bronpakket python-friendly-traceback downloaden:
- [python-friendly-traceback_0.7.62+git20240811.d7dbff6-1.1.dsc]
- [python-friendly-traceback_0.7.62+git20240811.d7dbff6.orig.tar.xz]
- [python-friendly-traceback_0.7.62+git20240811.d7dbff6-1.1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Friendlier tracebacks in any language
Friendly-traceback analyzes and reformats Python error messages, providing detailed explanations about the cause of the error and possible solutions. It is useful for developers, students, and debugging tools, making error analysis more accessible and educational.
Main features:
- Detailed and educational explanations for Python exceptions. - Support for multiple languages. - Can be integrated into other debugging projects.
Andere aan python3-friendly-traceback gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-asttokens
- annotate Python asbtract syntax trees with code references (Python 3)
-
- dep: python3-executing
- Inspect Python AST node being executed
-
- dep: python3-pure-eval
- Safely evaluate Python AST nodes without side effects
-
- dep: python3-stack-data
- Better tracebacks for Python