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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
19 Apr 2002 14:11:05 -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.14109	Fri Apr 19 10:11:05 2002
@@ -0,0 +1,23 @@
+Bug#: 23665
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Use ModuleBuilder.DefineDocument for debugging
+
+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