[Mono-bugs] [Bug 71064][Nor] New - [PATCH] mod_mono has no server option to enable mono's debug mode

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 6 Jan 2005 14:42:08 -0500 (EST)


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 rasa@gmx.ch.

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

--- shadow/71064	2005-01-06 14:42:08.000000000 -0500
+++ shadow/71064.tmp.20054	2005-01-06 14:42:08.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 71064
+Product: Mono: Tools
+Version: unspecified
+OS: 
+OS Details: paldo unstable
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: mod_mono
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: rasa@gmx.ch               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] mod_mono has no server option to enable mono's debug mode
+
+Description: see title.
+
+I've attached a patch to solve the problem.
+It introduces a "MonoDebug [ture|false]" server variable wich decides
+wheather mono shall be executed with or without "--debug".
+
+Running in debug mode results in better backtraces.