Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.5.0b4
Issue ID
835610
Regression
Yes
[Debug] Debug.* (Debug.Log, Debug.Format, Debug.LogError and etc.) crashes editor if inspected
(Check the attached *.gif file to see the bug)
Steps to reproduce:
1. Open the attached project
2. Navigate to Assets
3. Open the Introduction scene(Assets-> _App-> Introduction-> Scenes-> Introduction.unity)
4. Open the script (CentralizedSceneManager.cs) using Visual Studio 2015 (Assets-> _App-> Shared -> Scripts-> SceneLoader-> CentralizedSceneManager.cs)
4. Set breakpoint on line 26 and attach to Unity
5. Run Unity
6. Once breakpoint is reached, press F11 (Step into)
7. You will be on line 33 (Debug.LogFormat()). This line causes the issue.
8. Press F11 (Step into)
9. You will see that several lines of code were skipped (caused by Debug.LogFormat())
10. Repeat 'Step 8', till you will be on line 33 (again)
11. Unity crashes
Expected result: Debugging without problems
Actual result: Unity crashes without/with displaying error message or Visual Studio debugger skipping lines of code
Reproduced with: 5.5.0b4, 5.5.0b1, 5.5.0a6, 5.5.0a5, 5.5.0a4(at first time)
Not reproduced with: 5.4.1f1, 5.5.0a1, 5.5.0a3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Add comment