[MonoDevelop] Debugging web applications?

Michael Hutchinson m.j.hutchinson at gmail.com
Sun Mar 15 20:06:40 EDT 2009


On Fri, Mar 13, 2009 at 5:38 AM, Mike Christensen <imaudi at comcast.net> wrote:
> Does MonoDevelop 2.0 Alpha support debugging web applications?  I can
> debug a console app, but if I try to debug a web app it says:

This Mono debugger doesn't yet support ASP.NET applications. When it
does, we will add this support to MonoDevelop.

> Could not launch web server. "/usr/bin/xsp2": not in executable format:
> File format not recognized.
> System.InvalidOperationException: "/usr/bin/xsp2": not in executable
> format: File format not recognized
>  at MonoDevelop.Debugger.Gdb.GdbSession.RunCommand (System.String
> command, System.String[] args) [0x00093] in...

The problem here is that the *gdb* debugger is trying to debug XSP. I
believe this bug was fixed in revision 128566, Wed Mar 4.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list