Example #1
0
 protected override void Run()
 {
     if (!DebuggingService.IsRunning)
     {
         DebuggingService.StepInto();
     }
 }
Example #2
0
 protected override void Run()
 {
     DebuggingService.StepInto();
 }