Search Issue Tracker
Not Reproducible
Votes
0
Found in
2020.2.4f1
Issue ID
1320736
Regression
No
Editor sometimes does not register input or gets stuck while a debugger is attached
Reproduction steps:
1. Open new Unity project with HDRP template
2. In Visual Studio, add 50+ breakpoints throughout the solution
3. In Visual Studio, press "Attach to Unity Editor"
4. Attempt interaction with Unity Editor
5. Enter Play Mode
Expected result: No issues
Actual result: Editor stops responding to input, or when entering playmode, a loading bar would come up with "toolbar.mouseup" is displayed
Reproducible with: 2020.2.4f1
Could not test with: 2018.4.34f1, 2019.4.24f1, 2020.3.4f1, 2021.1.3f1, 2021.2.0a13 (no reliable repro)
Notes:
1. Removing all the breakpoints from VS 2019 and reattaching them (https://forum.unity.com/threads/unity-freeze-when-connecting-vs-debugger.529863/) fixes the issue.
2. The issue reproduces with "Visual Studio 2019 Community" and "JetBrains Rider".
Comments (1)
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
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
- Loading animations are hitching or stopping when using "SceneManager.LoadSceneAsync" to load new scenes
- [sw-unity-6-1] GameObject child is created in the last GameObject of the hierarchy instead in the selected GameObject by right clicking
- Lens Flare is misaligned when modifying the Camera's Viewport Rect
- [Linux] Crash on RenderEventsContext::ExecuteCommandBuffers when creating a new Material while in Play Mode
bartje86tralala
Aug 08, 2022 11:10
Still have this issue also with 2021.3.0f1 with VS2022 and 2021.3.6f1 LTS with VS2022.
For me it is always, not sometimes, funny enough zooming still works, but rotate and panning stops. First have to detach debugger. Removing all breakpoints not working here.