internal void SetCondition(string condition, bool breakWhenChanged) { _condition = condition; _breakWhenChanged = breakWhenChanged; _process.SetBreakPointCondition(this); }