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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment