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
