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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
Add comment