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".
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
- Clearable "RenderingCommandBuffer" errors are thrown in the Console when creating project using Universal 3D Template
- [Quest] Game View displays the last frame when Switching Screen Mirroring off after 1 second delay
- Tooltips sometimes display additional black/grey/clear sections which can cut off text
- OnPostprocessPrefab modifies the source Prefab when fields are edited outside Prefab Mode
- "Articulation Body" fails to move the GameObject when the "XDrive's" "Target" value is set in animation
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.