[Mono-devel-list] [PATCH] DebuggableAttribute.cs NET_2_0 Additions
Sebastien Pouliot
spouliot at videotron.ca
Wed Jan 26 15:23:38 EST 2005
Hello Ben,
+ public DebuggableAttribute(DebuggingModes modes)
there should be a space between then method (or constructor in this case)
and the '('
+#if NET_2_0
+ SetDebuggingMode(isJITTrackingEnabled, isJITOptimizerDisabled;
+#endif
does that compile ? it seems to be missing a ')' ???
+ public enum DebuggingModes {
You can't declare this enum as public as it is not part of .NET 2.0 (well
it's not in my Dec CTP).
Sebastien Pouliot
home: spouliot at videotron.ca
blog: http://pages.infinit.net/ctech/poupou.html
-----Original Message-----
From: mono-devel-list-admin at lists.ximian.com
[mailto:mono-devel-list-admin at lists.ximian.com]On Behalf Of Ben S. Stahlhood
Sent: 26 janvier 2005 15:04
To: mono-devel-list at lists.ximian.com
Subject: [Mono-devel-list] [PATCH] DebuggableAttribute.cs NET_2_0
Additions
I will get this right some day ;) Sorry guys, I am new to this.
Jon brought to my attention that I had UNIX line endings and not DOS line
endings. I have made all corrections and applied the changes to the latest
revision.
Thanks,
Ben S. Stahlhood II
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050126/060a4a42/attachment.html
More information about the Mono-devel-list
mailing list