예제 #1
0
 /// <summary>
 /// This breakpoint is bound to it's target
 /// </summary>
 protected internal virtual void OnBound(int requestId, DalvikBreakpointManager breakpointManager)
 {
     RequestId = requestId;
 }
 /// <summary>
 /// This breakpoint is bound to it's target
 /// </summary>
 protected override void OnBound(int requestId, DalvikBreakpointManager breakpointManager)
 {
     base.OnBound(requestId, breakpointManager);
     // Notify VS
     boundBreakpoint.OnBound(this);
 }
예제 #3
0
 /// <summary>
 /// This breakpoint is bound to it's target
 /// </summary>
 protected override void OnBound(int requestId, DalvikBreakpointManager breakpointManager)
 {
     base.OnBound(requestId, breakpointManager);
     InvalidateBookmark();
 }
예제 #4
0
 /// <summary>
 /// This breakpoint is bound to it's target
 /// </summary>
 protected override void OnBound(int requestId, DalvikBreakpointManager breakpointManager)
 {
     base.OnBound(requestId, breakpointManager);
     // Notify VS
     boundBreakpoint.OnBound(this);
 }
예제 #5
0
 /// <summary>
 /// This breakpoint is bound to it's target
 /// </summary>
 protected internal virtual void OnBound(int requestId, DalvikBreakpointManager breakpointManager)
 {
     RequestId = requestId;
 }
 /// <summary>
 /// This breakpoint is bound to it's target
 /// </summary>
 protected override void OnBound(int requestId, DalvikBreakpointManager breakpointManager)
 {
     base.OnBound(requestId, breakpointManager);
     InvalidateBookmark();
 }