Plugin:CrashDumper/de: Difference between revisions

From Miranda NG
Plugin:CrashDumper/de
Jump to navigation Jump to search
(Imported translation using page migration)
(Updating to match new version of source page)
 
(11 intermediate revisions by 3 users not shown)
Line 2: Line 2:
Plugin erzeugt Versionsinformation und Absturzberichte für Miranda NG.
Plugin erzeugt Versionsinformation und Absturzberichte für Miranda NG.


CrashDumper provides support for [https://vi.miranda-ng.org vi.miranda-ng.org].
== Absturzberichte ==


== Crash reports ==
Wenn Miranda NG abstürzt, dann erstellt das Plugin:
* Eine Textdarstellung des Absturzberichtes
* Einen MiniDump-Darstellund des Absturzberichtes.
Dateien werden gespeichert im Verzeichnis  <tt><Miranda Profile>\CrashLog</tt>.


When Miranda crashes plugin provides:
=== Textdarstellung ===
* Text representation of crash report
* MiniDump representation of crash report
Files are stored in <tt><Miranda Profile>\CrashLog</tt> directory.


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


== Siehe auch ==
== Siehe auch ==
 
* {{Ll|Crash reports|Wie erstelle ich aussagekräftige Absturzberichte}}
* [[Crash reports|How to create sufficient crash reports]]
* {{Ll|Version information|Versionsinfo mit CrashDumper erstellen}}
* [[Version information|Creating VersionInfo reports using CrashDumper]]


{{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