Debug tool-provided event handlers

One of the most important things a debug tool must do to be called by Language Environment is provide an event handler to handle debug events. The address of this event handler is maintained by Language Environment in the PCB field, CEEPCBDBGEH. When Language Environment initializes, this field is initialized to zero; when Language Environment loads the debug event handler, it sets this field to the address of the debug event handler.