Plugin:CrashDumper/pl: Difference between revisions

From Miranda NG
Plugin:CrashDumper/pl
Jump to navigation Jump to search
No edit summary
(Updating to match new version of source page)
Line 1: Line 1:
{{PluginCard}}
<languages/>{{PluginCard}}
Wtyczka tworzy raport, jeżeli nastąpi niekontrolowane zamknięcie Mirandy na skutek wystąpienia błędu programu. Utworzone raporty zapisywane są do folderu <tt>CrashLog</tt>, znajdującego się w folderze profilu. Ponadto w opcjach wtyczki można ustawić, żeby powstałe raporty były zapisywane w podfolderach oznaczonych datą wystąpienia awarii.
Crash dumper and version information for Miranda NG. This plugin creates crash reports when Miranda encounters an error and stops working.


Wtyczka posiada także wsparcie dla portalu [//vi.miranda-ng.org vi.miranda-ng.org].
CrashDumper provides support for [https://vi.miranda-ng.org vi.miranda-ng.org].


== Zobacz także ==
== Crash reports ==
* [[Raport awarii|Jak tworzyć odpowiednie (przydatne) raporty o błędach]].
 
* [[Informacje o wersji | Jak tworzyć raport o wersji (Version Info)]].
When Miranda crashes plugin provides:
* Text representation of crash report
* MiniDump representation of crash report
Files are stored in <tt><Miranda Profile>\CrashLog</tt> directory.
 
=== Text representation ===
 
Text version of crash report includes:
* OS version information
* Internet Explorer version information
* Miranda version information with build date
* Miranda profile used
* Loaded modules (DLLs) list
* Stack trace for exception (with function names, source file names and line numbers, if possible)
* Loaded Miranda plugin list with versions
* Guess for plugin responsible for the crash
 
== See also ==
 
* [[Crash reports|How to create sufficient crash reports]]
* [[Version information|Creating VersionInfo reports using CrashDumper]]


{{PluginGroups}}
{{PluginGroups}}

Revision as of 17:12, 26 December 2017

Crash dumper
Brak zdjęcia
Nazwa pliku CrashDumper.dll
Autor borkra
Pobierz
Wersja stabilna: 32-bit, 64-bit
Wersja rozwojowa: 32-bit, 64-bit

Crash dumper and version information for Miranda NG. This plugin creates crash reports when Miranda encounters an error and stops working.

CrashDumper provides support for vi.miranda-ng.org.

Crash reports

When Miranda crashes plugin provides:

  • Text representation of crash report
  • MiniDump representation of crash report

Files are stored in <Miranda Profile>\CrashLog directory.

Text representation

Text version of crash report includes:

  • OS version information
  • Internet Explorer version information
  • Miranda version information with build date
  • Miranda profile used
  • Loaded modules (DLLs) list
  • Stack trace for exception (with function names, source file names and line numbers, if possible)
  • Loaded Miranda plugin list with versions
  • Guess for plugin responsible for the crash

See also