How do i enable debugging/stacktrace with filenames and numbers with apache2/mod_mono? Instead of filenames and numbers i get something like this
at System.Web.StaticFileHandler.ProcessRequest (System.Web.HttpContext context) [0x00000] in <filename unknown>:0
I tried using MonoDebug true in apache and recompile mod_mono with --enable-debug and i have <compilation debug="true">
inside of configuration>system.web>httpRuntime
in web.config.
i am using debian lenny and i tried installing mono-debugger, restart apache and still no luck. I even used the configuration tool with no luck. Many its only supported on suse? http://go-mono.com/config-mod-mono/