Difference between revisions of "Plugin:CrashDumper/en"
Plugin:CrashDumper/en
m (Replace Card, replaced: PluginCard/en → PluginCard | en, removed: {{Languages}}) |
Wishmaster (talk | contribs) (from borkra plugins) |
||
Line 7: | Line 7: | ||
}} | }} | ||
Crash dumper for Miranda NG. Plugin features [http://www.miranda-vi.org www.miranda-vi.org] support. | Crash dumper for Miranda NG. Plugin features [http://www.miranda-vi.org www.miranda-vi.org] support. | ||
+ | Plugin creates usable Crash Report for Miranda IM | ||
+ | When Miranda crashes plugin provides: | ||
+ | |||
+ | *text representation of crash report | ||
+ | *MiniDump representation of crash report | ||
+ | |||
+ | Files are stored in {Miranda Profile}\CrashLog directory | ||
+ | |||
+ | 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 (like VersionInfo) | ||
+ | *Guess for plugin responsible for the crash (it printed in the report) | ||
+ | *Plugin lists all information you need to submit crash report for Miranda | ||
+ | |||
+ | Plugin works with all current Operating Systems. | ||
== See also == | == See also == | ||
* [[Crash reports|How to create sufficient crash reports]] | * [[Crash reports|How to create sufficient crash reports]] |
Revision as of 23:09, 12 March 2013
Crash dumper | |
---|---|
No image | |
Filename | CrashDumper.dll |
Author | borkra |
Download links | |
Stable version: | 32-bit, 64-bit |
Development version: | 32-bit, 64-bit |
Crash dumper for Miranda NG. Plugin features www.miranda-vi.org support. Plugin creates usable Crash Report for Miranda IM
When Miranda crashes plugin provides:
- text representation of crash report
- MiniDump representation of crash report
Files are stored in {Miranda Profile}\CrashLog directory
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 (like VersionInfo)
- Guess for plugin responsible for the crash (it printed in the report)
- Plugin lists all information you need to submit crash report for Miranda
Plugin works with all current Operating Systems.