Author: martin Date: 2008-02-19 08:41:25 -0500 (Tue, 19 Feb 2008) New Revision: 96141
Modified: branches/martin/debugger-terrania/debugger/ChangeLog branches/martin/debugger-terrania/debugger/README.terrania Log: 2008-02-19 Martin Baulig <[EMAIL PROTECTED]> * README.terrania: Updated. Modified: branches/martin/debugger-terrania/debugger/ChangeLog =================================================================== --- branches/martin/debugger-terrania/debugger/ChangeLog 2008-02-19 13:39:15 UTC (rev 96140) +++ branches/martin/debugger-terrania/debugger/ChangeLog 2008-02-19 13:41:25 UTC (rev 96141) @@ -1,5 +1,9 @@ 2008-02-19 Martin Baulig <[EMAIL PROTECTED]> + * README.terrania: Updated. + +2008-02-19 Martin Baulig <[EMAIL PROTECTED]> + * languages/TargetClassType.cs (TargetClassType.IsCompilerGenerated): New public abstract property. Modified: branches/martin/debugger-terrania/debugger/README.terrania =================================================================== --- branches/martin/debugger-terrania/debugger/README.terrania 2008-02-19 13:39:15 UTC (rev 96140) +++ branches/martin/debugger-terrania/debugger/README.terrania 2008-02-19 13:41:25 UTC (rev 96141) @@ -32,15 +32,25 @@ We can currently print fields in generic instances, print their types and parent classes. - Recursive generic type (see test/src/TestRecursiveGenerics.cs for an example) are supported, + Recursive generic types (see test/src/TestRecursiveGenerics.cs for an example) are supported, but need more testing. There is some limited support for method invocations, but we can't get their types yet. Properties aren't done yet. - Support for anonymous methods and iterators should now be pretty much complete; we can debug - them, access captured variables etc. + Support for anonymous methods and iterators should now be pretty much complete; we can fully + debug them, access captured variables etc. + There are a few single-stepping improvements which aren't merged back into trunk yet. + The symbol writer now has a compatibility mode which allows us to real old 39-files. + +* TODO: + ----- + + Property access and generic interfaces is the next step; especially accessing a generic + iterator's `Current'. + + Last changed Feb 19nd, 2008 Martin Baulig <[EMAIL PROTECTED]> _______________________________________________ Mono-patches maillist - Mono-patches@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-patches