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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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"?