在linux上的xsp4上调试mono asp.net:无法在控制台,浏览器或日志中看到错误

Vor*_*tex 7 linux asp.net debugging mono xsp

我似乎无法使用xsp4或ngingx调试asp.net应用程序.官方网站说要使用:MONO_OPTIONS=--debug xsp4 --verbose.理论上调试已启用,除了我没有得到任何有关错误的信息.调用路由导致"发生错误"消息"没有别的,而我启动xsp4的控制台没有说什么.没有找到记录调试信息的方法.

一些旧帖子表明没有控制台输出是正常的,但网页中的错误应该更详细:http://lists.ximian.com/pipermail/mono-list/2005-July/027717.html.那里提出的解决方案,asp.net跟踪,似乎没有给我调试异常.在Windows上测试过它.我也试过使用mono-fastcgi-server4和nginx.stackoverflow回答说启用调试是这样的:export MONO_OPTIONS="--debug" fastcgi-mono-server-4 /applications="/:/srv/www/htdocs/mywebapp" /socket=tcp:127.0.0.1:9000.完成此操作,但没有调试输出.也不是在控制台中,也不是在mono-fastcgi-server或nginx的日志中,也不在实际页面上.

现在版本:

我正在运行Mono JIT编译器版本4.0.2(Stable 4.0.2.5/c99aa0c Wed Jun 24 10:33:52 UTC 2015)
Copyright(C)2002-2014 Novell,Inc,Xamarin Inc和Contributors.www.mono-proj ect.com

    TLS:           __thread                                                 
    SIGSEGV:       normal                                                   
    Notifications: epoll                                                    
    Architecture:  armel,vfp+hard                                           
    Disabled:      none                                                     
    Misc:          softdebug                                                
    LLVM:          supported, not enabled.                                  
    GC:            sgen                                                     
Run Code Online (Sandbox Code Playgroud)

xsp4 --version

Mono.WebServer2.dll 0.4.0.0
(c)(c)2002-2011 Novell,Inc.
在应用程序.NET 4.0中嵌入ASP.NET服务器的类.
关于树莓派2的Debian 7.8.

谢谢.