예제 #1
0
 protected override void Run()
 {
     if (!DebuggingService.IsRunning)
     {
         DebuggingService.StepOut();
     }
 }
예제 #2
0
 protected override void Run()
 {
     DebuggingService.StepOut();
 }