Plugin:CrashDumper/de: Difference between revisions

From Miranda NG
Plugin:CrashDumper/de
Jump to navigation Jump to search
(Created page with "=== Textdarstellung ===")
(Updating to match new version of source page)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>{{PluginCard}}
<languages/>{{PluginCard}}
Plugin erzeugt Versionsinformation und Absturzberichte für Miranda NG.
Plugin erzeugt Versionsinformation und Absturzberichte für Miranda NG.
CrachDumper unterstützt das Hochladen der Versionsinfo auf $vi_webseite.


== Absturzberichte ==
== Absturzberichte ==


When Miranda crashes plugin provides:
Wenn Miranda NG abstürzt, dann erstellt das Plugin:
* Text representation of crash report
* Eine Textdarstellung des Absturzberichtes
* MiniDump representation of crash report
* Einen MiniDump-Darstellund des Absturzberichtes.
Files are stored in <tt><Miranda Profile>\CrashLog</tt> directory.
Dateien werden gespeichert im Verzeichnis  <tt><Miranda Profile>\CrashLog</tt>.


=== Textdarstellung ===
=== Textdarstellung ===


Text version of crash report includes:
Die Textausgabe der Absturzberichte beinhaltet:
* OS version information
* Informationen über das Betriebssystem
* Internet Explorer version information
* Informationen über die Version des Internet Explorers
* Miranda version information with build date
* Miranda-Version mit genauem Erstellungsdatum
* Miranda profile used
* Das verwendete Miranda-Profil
* Loaded modules (DLLs) list
* Liste der geladenen Module (DLLs)
* Stack trace for exception (with function names, source file names and line numbers, if possible)
* Stack Trace für Exceptions (mit Funktionsnamen, Namen der Quelldateien und Zeilennummern, wenn möglich)
* Loaded Miranda plugin list with versions
* Liste der geladenen Miranda-Plugins mit Versionsnummern
* Guess for plugin responsible for the crash
* Vermutung über die Ursache des Absturzes


== Siehe auch ==
== Siehe auch ==
 
* {{Ll|Crash reports|Wie erstelle ich aussagekräftige Absturzberichte}}
* [[Crash-Report-Erstellung]]
* {{Ll|Version information|Versionsinfo mit CrashDumper erstellen}}
* [[Versionsinformation]]


{{PluginGroups}}
{{PluginGroups}}

Latest revision as of 23:30, 12 January 2022

Crash dumper
Kein Bild
Dateiname CrashDumper.dll
Autor borkra
Download-Links
Stabile Version: 32-bit, 64-bit
Entwicklungsversion: 32-bit, 64-bit

Plugin erzeugt Versionsinformation und Absturzberichte für Miranda NG.

Absturzberichte

Wenn Miranda NG abstürzt, dann erstellt das Plugin:

  • Eine Textdarstellung des Absturzberichtes
  • Einen MiniDump-Darstellund des Absturzberichtes.

Dateien werden gespeichert im Verzeichnis <Miranda Profile>\CrashLog.

Textdarstellung

Die Textausgabe der Absturzberichte beinhaltet:

  • Informationen über das Betriebssystem
  • Informationen über die Version des Internet Explorers
  • Miranda-Version mit genauem Erstellungsdatum
  • Das verwendete Miranda-Profil
  • Liste der geladenen Module (DLLs)
  • Stack Trace für Exceptions (mit Funktionsnamen, Namen der Quelldateien und Zeilennummern, wenn möglich)
  • Liste der geladenen Miranda-Plugins mit Versionsnummern
  • Vermutung über die Ursache des Absturzes

Siehe auch