Search Issue Tracker
Duplicate
Votes
0
Found in
4.3.0b1
Issue ID
561354
Regression
Yes
Unity editor will not responce in case breakepoint was set to one of the methods in MD during debug mode
1) What happened
The Editor hangs after the MD attaching.
2) How can we reproduce it using the example you attached.
Faced during FTP, case "Attach the MD debugger to a Unity project while in playmode".
Steps:
1. Open attached project in Unity
2. Select the scene
3. Open CSharpScripted.cs
4. Attach MD to the Editor
5. Set breakpoint on one of the methods, e.g. Awake or Start
6. Switch to the Editor and play the scene.
Expected:
The execution is interrupted on the breakpoint.
Observed:
Nothing happens in the MD, the Editor looks hanging and doesn't respond to an input, Activity monitor shows it as not responsive.
Unity hangs when
1. MD is attached to the Editor.
2. The play button is pressed.
If the play button is pressed before the MD attaching, everything goes as expected. So we have the workaround but still it's impossible to debug some events like Awake, OnEnable, Start.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment