
  TYPE
    pmt$debug_mode = boolean;

  CONST
    pmc$debug_mode_on = TRUE,
    pmc$debug_mode_off = FALSE;
