Search Issue Tracker
Won't Fix
Votes
0
Found in
5.5.0f3
Issue ID
862077
Regression
No
[OSX] MonoDevelop debugger evaluation Times Out on Assert IsTrue
Steps to reproduce:
1. Open the project
2. Go to "Editor Tests" window
3. Find "SimpleInterfaceTest" under "UndoStackTests" dropdown
4. Right click and select "Open in editor" (should be opened with MonoDevelop)
5. Put a breakpoint on line 154 "ISimpleInterface d = new Derived() as ISimpleInterface;"
6. In MonoDevelop press Run->Start debugging
7. In Unity run the "SimpleInterfaceTest"
8. In MonoDevelop, press "Step Over" two times so that the debugger would be evaluating line 156 "Assert.IsTrue( string.Compare(d.val, "1234" + ".derived.base",true, System.Globalization.CultureInfo.InvariantCulture)==0);"
9. Notice how the evaluation times out.
Note: running the test without debugger finishes it successfully.
Reproduced on: 5.4.4f1, 5.5.0p3
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