You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the Step entries, we see that step 4 onwards all have step 3 as a control dominator.
This is a bug since all steps will execute regardless of the result of step 4.
Step 3 corresponds to line 14, and step 4 corresponds to line 19.
Reproducing steps:
Run Microbat trace debugging on DiningPhilosophersDebug
Observe DB Step entries
The text was updated successfully, but these errors were encountered:
Bug Overview
From the Step entries, we see that step 4 onwards all have step 3 as a control dominator.
This is a bug since all steps will execute regardless of the result of step 4.
Step 3 corresponds to line 14, and step 4 corresponds to line 19.
Reproducing steps:
DiningPhilosophersDebug
The text was updated successfully, but these errors were encountered: