[IronPython] Is there a way to see CLR tracebacks?

Jimmy Schementi Jimmy.Schementi at microsoft.com
Mon Jul 7 23:21:09 CEST 2008


http://blog.jimmy.schementi.com/2008/05/error-reporting-in-silverlight-ruby-and.html

Yep, pass the "exceptionDetail" initParam flag:

<param name="initParams" value="debug=true, reportErrors=errorDiv, exceptionDetail=true" />

~js

> -----Original Message-----
> From: users-bounces at lists.ironpython.com [mailto:users-
> bounces at lists.ironpython.com] On Behalf Of Dan Eloff
> Sent: Monday, July 07, 2008 1:22 PM
> To: Discussion of IronPython
> Subject: Re: [IronPython] Is there a way to see CLR tracebacks?
>
> Thanks Curt,
>
> Is there any equivalent in Silverlight?
>
> -Dan
>
> On Sat, Jun 28, 2008 at 10:04 PM, Curt Hagenlocher
> <curt at hagenlocher.org> wrote:
> > Launch ipy.exe with the flag -X:ShowClrExceptions.
> >
> > On Sat, Jun 28, 2008 at 7:51 PM, Dan Eloff <dan.eloff at gmail.com>
> wrote:
> >>
> >> I notice that tracebacks show only the IronPython stack trace. Is
> >> there any way to see the CLR stack trace (as well?) if the error
> >> occurred in a call to a CLR assembly?
> >>
> >> -Dan
> >> _______________________________________________
> >> Users mailing list
> >> Users at lists.ironpython.com
> >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> >
> >
> > _______________________________________________
> > Users mailing list
> > Users at lists.ironpython.com
> > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> >
> >
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com




More information about the Ironpython-users mailing list