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
- Text is unreadable when DLSS is applied to the Canvas with Render Mode set to World Space
- NullReferenceException errors appear in the Console when changing the values of Visual Effect Control Clip Events' Attributes
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
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.