예제 #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="bp">Breakpoint</param>
 public EventBreakpointPauseState(IEventBreakpoint bp)
     : base(PauseReason.DebugEventBreakpoint)
 {
     this.bp = bp;
 }
예제 #2
0
		/// <summary>
		/// Constructor
		/// </summary>
		/// <param name="bp">Breakpoint</param>
		public EventBreakpointPauseState(IEventBreakpoint bp)
			: base(PauseReason.DebugEventBreakpoint) {
			Breakpoint = bp;
		}