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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment