[Mono-list] ASP.NET error condition line number reporting
Gonzalo Paniagua Javier
reply.to.the.list.iam.suscribed@notexists.ximian.com
Thu, 07 Apr 2005 21:34:43 -0400
On Thu, 2005-04-07 at 16:30 -0400, William Wise wrote:
> Hi Folks,
> I’ve googled for an answer to this question but so far haven’t come up
> with an answer.
> Is it possible to get error condition line number reporting using XSP
> or mod_mono on Apache?
> I can live without being able to set breakpoints but line number
> reporting on an error condition is important to me. Is there any way
> to achieve this for ASP.NET applications?
Run mono with --debug option and use 'Debug="true"' in the @Page or
@Control directives.
-Gonzalo