Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0b10
Issue ID
1100356
Regression
No
Unity hangs when trying to attach visual studio debugger
When testing macOS with the visual studio debugger test case https://tinyurl.com/yb92prvz, Unity will locks up with continuous beach balling.
Steps to reproduce
- Open the attached project.
- Enter play mode using scene DebugScene.unity
- Open script DebugMe.cs in code editor
- Try to attach the debugger
- Play the Unity scene
Notice issue >> Unable to attach debugger, retrying multiple times will cause Unity to hang.
Broken OSX 10.14.1, 2018.3.0b10
Comments (3)
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
- [Android] Audio sound is lower in the Player compared to the native music player
- Feet slide and misalign when playing retargeted animations
- IndexOutOfRangeException is thrown in NativePassCompiler when a graphics buffer is used in more than 5 render passes
- "Undo Stack Overflow" error is thrown, and Undo History is deleted when multiselected GameObjects are reparented to their GrandParents
- SearchColumn of type "ObjectReference" does not get refreshed for the custom SearchProvider when lighting generation finishes
OnlyFails
Feb 09, 2021 19:21
@FILIP-VONDRASEK when they mean "by design" they mean it is working as planned.
Unity games are suppose to have a certain unpolished/buggy look-and-feel to them so drive the indie developer scene.
You aren't suppose to use a debugger or really any other helpful tools when making Unity games.
Why do you think they so poorly document their engine for?
Also try deleting all your breakpoints in Visual Studio "Debug -> Windows -> Breakpoints" and then recreating the breakpoints. It's a pain but works for me.
Hope this was helpful.
filip-vondrasek
Feb 21, 2019 14:12
How is this "by design"?