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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment