コード例 #1
0
ファイル: ModuleBase.cs プロジェクト: arlm/MixEmul
 protected bool IsBreakpointSet(int address) => BreakpointManager != null && BreakpointManager.IsBreakpointSet(address);