PageHeap Monitor (Windows)
The PageHeap monitor will enable page heap debugging options for an executable.
Parameters
-
Executable — Executable name (no path)
-
WinDbgPath — Path to windbg install (optional, will attempt to locate)
Examples
Enable for Notepad
<Agent name="Local">
<Monitor class="PageHeap">
<Param name="Executable" value="notepad.exe" />
</Monitor>
</Agent>


