fWatchpointCount
if (fWatchpointCount + 1 >= DEBUG_MAX_WATCHPOINTS)
if (fWatchpointCount >= DEBUG_MAX_WATCHPOINTS)
fWatchpointCount++;
fWatchpointCount--;
int32 fWatchpointCount;