[Mono-bugs] [Bug 79882][Wis] Changed - Inferior debugging/exception handling in ASP.NET

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Apr 20 18:59:51 EDT 2007


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 perlun at gmail.com.

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

--- shadow/79882	2007-04-20 18:05:00.000000000 -0400
+++ shadow/79882.tmp.28654	2007-04-20 18:59:51.000000000 -0400
@@ -145,6 +145,23 @@
 Have you tried running mono --debug? We don't keep the information of
 the source line from the aspx file, but it will at least give you the
 line number in the generated source.
 
 If you want the lines from the original aspx in the trace, we can do
 that too.
+
+------- Additional Comments From perlun at gmail.com  2007-04-20 18:59 -------
+Long time since I commited this bug... I am starting Mono from Apache
+using mod_mono_server. This is the line that starts Mono:
+
+MonoServerPath /usr/lib/mono/2.0/mod-mono-server2.exe
+
+I figure I could probably run it the way I like using this:
+
+1.  Start apache.
+2. Run 'ps aux' and copy the command line used to run mod-mono-server2.exe
+3. Stop apache
+4. With the same user that runs apache, run the command line copied in
+adding the '--debug' parameter to mono.
+5. Start apache.
+
+...haven't tried, though.


More information about the mono-bugs mailing list