Plugin:CrashDumper/be: Difference between revisions

From Miranda NG
Plugin:CrashDumper/be
Jump to navigation Jump to search
No edit summary
(Updating to match new version of source page)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{PluginCard}}
<languages/>{{PluginCard}}
Плагін стварэння справаздач пра памылкі ў выпадку аварыйнага завяршэння працы праграмы.


Плагін стварэння справаздач пра памылкі ў выпадку аварыйнага завяршэння працы праграмы. Падтрымка [http://vi.miranda-ng.org 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 <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


== Глядзі таксама ==
== Глядзі таксама ==
* [[Справаздача пра памылку|Як правільна рабіць cправаздачу пра памылку]]
* {{Ll|Crash reports|Як правільна рабіць cправаздачу пра памылку}}
* [[Версіі плагінаў (Version Info)|Стварэнне справаздачы VersionInfo з дапамогай плагіна CrashDumper]]
* {{Ll|Version information|Стварэнне справаздачы VersionInfo з дапамогай плагіна CrashDumper}}


{{PluginGroups}}
{{PluginGroups}}

Latest revision as of 23:30, 12 January 2022

Other languages:
Crash dumper
Няма выявы
Імя файла CrashDumper.dll
Аўтар borkra
Спампаваць
Стабільная версія: 32-bit, 64-bit
Апошняя версія: 32-bit, 64-bit

Плагін стварэння справаздач пра памылкі ў выпадку аварыйнага завяршэння працы праграмы.

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

Глядзі таксама