mail-archives/mono-bugs/2009-February/086246.html

146 строки
3.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 477503] New: DebuggableAttribute emission
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20477503%5D%20New%3A%20DebuggableAttribute%20emission&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="086237.html">
<LINK REL="Next" HREF="086247.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 477503] New: DebuggableAttribute emission</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20477503%5D%20New%3A%20DebuggableAttribute%20emission&In-Reply-To="
TITLE="[Mono-bugs] [Bug 477503] New: DebuggableAttribute emission">bugzilla_noreply at novell.com
</A><BR>
<I>Wed Feb 18 19:56:11 EST 2009</I>
<P><UL>
<LI>Previous message: <A HREF="086237.html">[Mono-bugs] [Bug 463323] Bug with delegates to dynamic methods
</A></li>
<LI>Next message: <A HREF="086247.html">[Mono-bugs] [Bug 477503] DebuggableAttribute emission
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#86246">[ date ]</a>
<a href="thread.html#86246">[ thread ]</a>
<a href="subject.html#86246">[ subject ]</a>
<a href="author.html#86246">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=477503">https://bugzilla.novell.com/show_bug.cgi?id=477503</A>
Summary: DebuggableAttribute emission
Classification: Mono
Product: Mono: Compilers
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: Minor
Priority: P5 - None
Component: C#
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">aaragoneses at novell.com</A>
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
Found By: ---
Compiling an assembly in DEBUG mode (instead of RELEASE mode), gmcs should
generate an assembly with this attribute:
.custom instance void class
[mscorlib]System.Diagnostics.DebuggableAttribute::'.ctor'(valuetype
[mscorlib]System.Diagnostics.DebuggableAttribute/DebuggingModes) = (01 00 07
01 00 00 00 00 ) // ........
This is what csc does, and it allows this kind of things:
<A HREF="http://jamesewelch.wordpress.com/2007/08/30/how-to-tell-if-a-net-assembly-is-debug-or-release/">http://jamesewelch.wordpress.com/2007/08/30/how-to-tell-if-a-net-assembly-is-debug-or-release/</A>
--
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="086237.html">[Mono-bugs] [Bug 463323] Bug with delegates to dynamic methods
</A></li>
<LI>Next message: <A HREF="086247.html">[Mono-bugs] [Bug 477503] DebuggableAttribute emission
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#86246">[ date ]</a>
<a href="thread.html#86246">[ thread ]</a>
<a href="subject.html#86246">[ subject ]</a>
<a href="author.html#86246">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
mailing list</a><br>
</body></html>