Esempio n. 1
0
 protected override void Run()
 {
     if (!DebuggingService.IsRunning)
     {
         DebuggingService.StepOut();
     }
 }
Esempio n. 2
0
 protected override void Run()
 {
     DebuggingService.StepOut();
 }