Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
ProcDump’s hung window trigger -h uses the same definition of a window hang as Windows and Task Manager: a window that does not respond to window messages for at least 5 seconds. In the current documented version of ProcDump, this 5‑second threshold is fixed and there is no command-line option to configure or override the hang timeout.
The available -h usage is:
procdump -h <process>
which:
"Write a Mini dump for a process named 'hang.exe' when one of its windows is unresponsive for more than 5 seconds:"
There is no documented -h <seconds> or --hang-timeout parameter, nor any other option that changes the 5‑second hang detection interval. To avoid false positives in large WinForms/WPF applications, alternative triggers (for example, CPU or memory thresholds with -c, -m, or performance counters with -p) must be used instead of -h.
Feature requests such as making the hang timeout configurable are not currently exposed as ProcDump options in the provided documentation.
References: