[ bianca ]
[ 源代码: python-friendly-traceback ]
软件包:python3-friendly-traceback(0.7.62+git20240811.d7dbff6-1.1)
python3-friendly-traceback 的相关链接
下载源码包 python-friendly-traceback:
- [python-friendly-traceback_0.7.62+git20240811.d7dbff6-1.1.debian.tar.xz]
- [python-friendly-traceback_0.7.62+git20240811.d7dbff6-1.1.dsc]
- [python-friendly-traceback_0.7.62+git20240811.d7dbff6.orig.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-friendly-traceback 有关的软件包
|
|
|
|
-
- 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