MT_ST_DEBUGGING
DEB( debugging = (options & MT_ST_DEBUGGING) != 0;
if ((options & MT_ST_DEBUGGING) != 0)
DEB( options |= debugging ? MT_ST_DEBUGGING : 0 );