[Mono-list] Enabling debugging for Mono/XSP2 on Windows

Daniel Soto daniel.soto2k at gmail.com
Thu Sep 27 10:09:49 EDT 2007


Hi.

According to an answer that i get in this list, you cannot to debug
asp.netpages, but you can to debug xsp itself.

However, to debug an mono executable program (also a console application and
a class library), you must compile it with the -debug option. For example:

gmcs -debug -out:Program.exe Program.cs

(gmcs is the .net 2.0 compiler)

and to debug it with

mdb Program.exe

(mdb is the mono debugger, still under development)

Best regards.


2007/9/27, Rob Dagg <rob.dagg at vizor.ie>:
>
>  Hi,
>
>
>
> I have been tasked with porting an ASP.NET <http://asp.net/> 2.0application to MONO and am pretty new to this and was wondering if someone
> could tell me how I can enable the MONO_OPTIONS=--debug environment variable
> in Windows?
>
>
>
> I apologise if I have missed this elsewhere. I had a good search in the
> docs and google but cant seem to find out how to achieve this with MONO on
> Windows…
>
>
>
>
>
>
>
> Thanks,
>
>
>
> Rob
>
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20070927/fc7b25d3/attachment-0001.html 


More information about the Mono-list mailing list