Woops, according to *my* blog:

"exceptionDetail only has an effect on Ruby code; Python and JScript always 
show a dynamic stack trace."

So I stand corrected, by myself. =) This was the behavior in Beta1, not sure if 
I checked it for Beta2. Let me know if it works for you.

~js

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:users-
> [EMAIL PROTECTED] On Behalf Of Dan Eloff
> Sent: Monday, July 07, 2008 2:28 PM
> To: Discussion of IronPython
> Subject: Re: [IronPython] Is there a way to see CLR tracebacks?
>
> Excellent! Thanks Jimmy!
>
> On Mon, Jul 7, 2008 at 4:21 PM, Jimmy Schementi
> <[EMAIL PROTECTED]> wrote:
> > 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: [EMAIL PROTECTED] [mailto:users-
> >> [EMAIL PROTECTED] 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
> >> <[EMAIL PROTECTED]> wrote:
> >> > Launch ipy.exe with the flag -X:ShowClrExceptions.
> >> >
> >> > On Sat, Jun 28, 2008 at 7:51 PM, Dan Eloff <[EMAIL PROTECTED]>
> >> 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
> >> >> [email protected]
> >> >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> >> >
> >> >
> >> > _______________________________________________
> >> > Users mailing list
> >> > [email protected]
> >> > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> >> >
> >> >
> >> _______________________________________________
> >> Users mailing list
> >> [email protected]
> >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> >
> > _______________________________________________
> > Users mailing list
> > [email protected]
> > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> >
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to