[ 原始碼: python-friendly-traceback ]
套件:python3-friendly-traceback(0.7.62+git20240811.d7dbff6-1.1)
python3-friendly-traceback 的相關連結
Debian 的資源:
下載原始碼套件 python-friendly-traceback:
- [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]
維護小組:
外部的資源:
- 主頁 [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