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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
kashifchnl6
Sep 30, 2021 11:43
Thank you so much!