Search Issue Tracker
Fixed in 5.0.2
Votes
0
Found in
5.0.0f1
Issue ID
673440
Regression
No
Monodevelop incorrectly steps over for recursion
Steps to reproduce:
1. Open attached RecursionError.zip project.
2. Load the scene "scene".
3. Open "script1" in MonoDevelop.
4. Attach Unity to MonoDevelop.
5. Add a breakpoint in 17 line of the script.
6. Hit the play button in Unity.
7. See in locals, that functionID is 4.
8. Remove a breakpoint and step over.
9. functionID is 1. Expexted: 4.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unity Perforce Integration: VCS Connection Active State Fails via CLI with Valid Inputs
- Joint Gizmos for anchor and connectedAnchor do not respect their defined bodies when Swap Bodies is enabled
- Project Settings window opens up with a blank details pane when the "Configure" button is clicked in the Package Manager after installing the Cloud Diagnostics package
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
Add comment