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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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 - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
