Synopsis

void hdb_SetBreak(unsigned long request)

Purpose

Set request breakpoint.

Description

The request breakpoint will be set so that after request heap calls the function hdb_Break will be called. By placing a breakpoint in hdb_Break and then interactively invoking hdb_SetBreak from the debugger, you can examine the call tree for a particular heap function call.

Input

request

Request number to break at