[Mono-list] Debugging mono apps
Miguel de Icaza
miguel@ximian.com
Sun, 07 Mar 2004 19:45:47 -0500
Hello,
> I'm having difficulty debugging an ASP.Net application. I'm running on
> Xsp on Mono 0.30.2. How should I go about debugging this? I've tried
> using mdb but I can't set break points using this. I've also tried using
> gdb but I am unsure of how to get gdb to break on my code.
>
> How do others debug their asp.net applications? Or, for that matter,
> their plain .net applications running on mono?
Debugging ASP.NET is a bit challenging. The Debugger is not integrated
in a way that would make this simple for users.
Your best bet is a lot of WriteLines for now.