summaryrefslogtreecommitdiff
blob: cd2e1ca127660ac9b57c1232c024607031e583d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<longdescription>
PyCrash is a Run-Time Exception Dumper which handles uncaught exceptions
during the execution of Python programs and collects information about
the program context. PyCrash can be very useful in report bug information,
because the programmer can easily analyse the program execution context
of the crashed application. The format of the crash dump file generated 
by PyCrash is XML, so the programmer can easily read this file to understand
why the program is crashed.
</longdescription>
<longdescription lang="ja">
PyCrashは、Python言語プログラム実行中に未キャッチの例外処理を管理したりプログラ>ム・コンテキスト情報を集めたりするランライム・エクスセプション・ダンパーです。PyCrashはバグ報告に使えますが、その理由はクラッシュしたアプリケーションのプログラ>ム・エキュゼキューション・コンテキストをプログラマーが解析するのを容易にするから
です。PyCrashにより作成されるクラッシュ・ダンプ・ファイルの形式はXMLで、何故プロ
グラムがクラッシュしたのかをプログラマが理解しやすくなるでしょう。
</longdescription>
</pkgmetadata>