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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment