DEBUG_MAX_WATCHPOINTS
#ifndef DEBUG_MAX_WATCHPOINTS
if (fWatchpointCount + 1 >= DEBUG_MAX_WATCHPOINTS)
if (fWatchpointCount >= DEBUG_MAX_WATCHPOINTS)