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
- Crash on DynamicHeapAllocator::CreateTLSFBlock when opening a specific project
- Scene flickers when using Mesh Output with SpriteLit Shader in 2D project
- “Cache Management” text is misaligned in Preferences > Package Manager
- [macOS] network permission shows the name of previously closed app when different app requests network access
- Delta value returned by mouse movementsMonitor is different when changing Screen Resolution
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.