static bool isBreakPoint(int addr) { if (_breakPoints == null) return false; return _breakPoints!.contains(addr); }