[Mono-bugs] [Bug 23665] Changed - Use ModuleBuilder.DefineDocument for debugging

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
27 Apr 2002 01:51:53 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=23665

--- shadow/23665	Fri Apr 19 10:11:05 2002
+++ shadow/23665.tmp.1334	Fri Apr 26 21:51:53 2002
@@ -2,13 +2,13 @@
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -18,6 +18,10 @@
 
 We are currently using the low-level interface to the debugging
 infrastructure, which means that we can not generate debugging information
 on Windows, since we need to pass an IntPtr to the symbol creation function.
 
 ModuleBuilder.DefineDocument seems to be the right thing to use
+
+------- Additional Comments From miguel@ximian.com  2002-04-26 21:51 -------
+Turns out that this is not as simple as we expected, as the OpenMethod
+and CloseMethod will need the ISymbolWriter.