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
I expect it to stop on the first iteration of the loop, but instead it steps over the whole loop and stops on the next statement. Seems like it would be appropriate for "Run To" to logically consist of a series of "Step Through" operations rather than "Step Over"s. I'm not sure what the performance cost of a "Step Through" is when in fact the step performed does not involve a block—if it's substantial, perhaps it could be detected if the cursor is within a block in order to do this conditionally. In any case, it would be good to fix #847 first to speed the whole thing up.
The text was updated successfully, but these errors were encountered:
If I "Debug It" on the following, place the cursor as indicated and "Run To":
I expect it to stop on the first iteration of the loop, but instead it steps over the whole loop and stops on the next statement. Seems like it would be appropriate for "Run To" to logically consist of a series of "Step Through" operations rather than "Step Over"s. I'm not sure what the performance cost of a "Step Through" is when in fact the step performed does not involve a block—if it's substantial, perhaps it could be detected if the cursor is within a block in order to do this conditionally. In any case, it would be good to fix #847 first to speed the whole thing up.
The text was updated successfully, but these errors were encountered: