[ ソース: 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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- 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