xxtbg / fseye

Automatically exported from code.google.com/p/fseye
Apache License 2.0
0 stars 0 forks source link

IEnumerator valued Watch.Children may only be enumerated once #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is not an issue with the FsEye GUI, only the Watch API.

This problem is caused by using reflection to get the value of IEnumerator 
watches outside of the sequence expression which lazily iterators over the 
enumerator: we need to cache our results.

Original issue reported on code.google.com by stephen....@gmail.com on 2 Aug 2011 at 8:02

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 10 Aug 2011 at 4:53

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 13 Apr 2012 at 6:18