> What is “procdump”? I’ve not heard of this before.

ProcDump is a command-line utility by Microsoft to create DMP files:
https://docs.microsoft.com/en-us/sysinternals/downloads/procdump

4D Support has a small interface to help configure ProcDump, referred to as 
ProcDump_interface:
https://taow.4d.com/Tool-ProcDump/PS.22410189.en.html

A DMP file is a dump of a programs memory space.
The Windows OS usually creates a DMP file automatically when an application 
crashes, but it doesn't always contain much info and sometimes it doesn’t even 
get created.
ProcDump is much more reliable than the Operating Systems automatic mechanism 
for creating DMP files.
ProcDump can monitor an application and write a full DMP when it 
hangs/freezes/crashes or just write a DMP now.
DMP Files created by ProcDump are usually much more larger and more useful than 
the standard DMP files from the OS.
The ProcDump_interface makes configuring ProcDump much easier.

-Tim



**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to