Re: [Mono-devel-list] Debugging Asp.Net Web Apps on Linux

2005-06-10 Thread Martin Hinks
I'm probably not doing it right either, but the way I do it is a simple Log file built using a StringBuilder so you can see where it breaks... As far as I know there is a debugger being worked on at the mo but it isnt advanced enough to step through - maybe Im completely wrong though ;) Martin

[Mono-devel-list] Debugging Asp.Net Web Apps on Linux

2005-06-08 Thread Michael Wu
Hi, I wanted to know how people are debugging asp.net web apps on Linux. I'm currently using VisualStudio to build/debug/test on Windows. Then, I copy the web app folder to Linux and run it from xsp. I've been getting by using log4net to log to a text file, but now I need to step through