/// <summary>
 /// Default ctor
 /// </summary>
 public EventStepModifier(ThreadId threadId, Jdwp.StepSize stepSize, Jdwp.StepDepth stepDepth)
     : base(10)
 {
     this.threadId  = threadId;
     this.stepSize  = stepSize;
     this.stepDepth = stepDepth;
 }
Exemple #2
0
 /// <summary>
 /// Default ctor
 /// </summary>
 public EventStepModifier(ThreadId threadId, Jdwp.StepSize stepSize, Jdwp.StepDepth stepDepth)
     : base(10)
 {
     this.threadId = threadId;
     this.stepSize = stepSize;
     this.stepDepth = stepDepth;
 }