Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.3.5p3
Issue ID
819887
Regression
No
Debugger in MonoDevelop deadlocks the Editor
Steps to reproduce the issue:
1. Download and open attached project.
2. Switch project target to iOS.
3. Open the project in MonoDevelop and set a breakpoint in "AppProxy.cs" line 50 (Start() method).
4. Attach the debugger to Unity.
5. Back in the Editor and open the scene "Watchtower_V3".
6. In the menu navigate to "WBSF -> Game -> Run".
7. Make sure the breakpoint hits and press "Continue". Verify that the Debugger is still attached, sometimes it detaches. If dettached, reattach.
8. Wait for the "Error" Dialog.
9. After seeing the error, press restart a few times.
10. Stop the player (debugger should stay attached).
11. In the menu navigate to "WBSF -> Game -> Run".
12. After the breakpoint was hit again, press "Continue".
Actual result:
Unity freezes.
Expected result:
Unity should not freeze.
Note:
If the issue is not reproducible, repeat the last three steps (10-12) several times.
Reproduced with:
5.3.5p3, 5.3.5p8, 5.3.6f1.
Cannot reproduce with:
5.1.5f1, 5.2.5f1 (because The type or namespace name `SceneManagement' does not exist in the namespace).
5.4.0f3 (because UnityEditor.BuildPipeline.BuildAssetBundles() is obsolete).
5.5.0a5 (after launching the project and agreeing to update the Scripting API the Editor freezes immediately).
Comments (13)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Text cursor remains visible when hovering over Command Line Arguments scrollbar in Unity Hub
- UI Builder’s "Background" icons for Repeat Y/X, Position X/Y and Slice Type are low quality and blurry in the Inspector window
- “X” button in Editor version search filter is difficult to see when Unity Hub theme is set to Dark
- [Android] The y-value of Input.mouseScrollDelta is positive when scrolling in both directions in the Player
- Crash on TexturesD3D11Base::SetTexture when using DirectX11
kashifchnl6
Sep 30, 2021 11:43
Thank you so much!