[Mono-list] Debugging mono apps

Nick Berardi nberardi@zigamorph.com
Sun, 7 Mar 2004 20:14:25 -0500


You can use Trace inorder to do some simple debugging.  However, my favorite
way of debugging is just throwing an error where it is happening at.  With
writeline you have to worry about cleaning that up when you application is
complete.

-----Original Message-----
From: mono-list-admin@lists.ximian.com
[mailto:mono-list-admin@lists.ximian.com] On Behalf Of Miguel de Icaza
Sent: Sunday, March 07, 2004 7:46 PM
To: David Mitchell
Cc: Mono
Subject: Re: [Mono-list] Debugging mono apps

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.
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list