Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2017.1.1f1
Issue ID
968037
Regression
No
Unexpected jump while debugging nested loops in Visual Studio
How to reproduce:
1. Open Unity
2. Load user-submitted project
3. Open 'ArrayTest.cs' script in Visual Studio
4. Set Visual Studio debugger to 'Attach to and Play'
5. Launch the debugging session
6. Step through AssignArr() code using 'Step Over' function
Expected result: Debugger cursor stops on each executed line.
Actual result: Debugger cursor jumps from inside nested loop to parent method end unexpectedly.
Reproducible with - 5.6.0a1, 5.6.4p3, 2017.1.2p3, 2017.2.0p2, 2017.3.0b10, 2018.1.0a5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- HDRP 6-way VFX Shader is lit incorrectly when World coordinates are used
- 2D Sprite Renderer in front is affected by Sprites in the background when using Sorting Layers and a Shadow Caster 2D with Self Shadow
- Modifying UI Prefab child's Height only confirms the first 1 or 2 digits when the Scene is newly opened or the Prefab is newly created
- ProfilingSampler.Get() returns null and makes the Player only render black when building a Release Build
- Search text field visual controls for the Path binding in an Input Actions Asset is misaligned
Add comment