Ejemplo n.º 1
0
 public Breakpoint( Debugger debugger )
 {
   IsFake = false;
   Disabled = false;
   StartColumn = 0;
   EndColumn = UInt16.MaxValue;
   _debugger = debugger;
   ConditionStyle = EnumBreakpointConditionStyle.None;
   PassCountStyle = EnumBreakpointPassCountStyle.None;
 }