On Mon, Mar 31, 2008 at 8:10 AM, Michael Foord
<[EMAIL PROTECTED]> wrote:
>
> In general, error reporting/tracebacks seem to be much worse in
> IronPython 2. If I have time I will try and produce a repro...

If you run with a -D flag, you get much better error reporting.  This
is equivalent to setting (ScriptRuntime).GlobalOptions.DebugMode =
true in a hosting scenario.

(Thanks to Jimmy Schementi's post on the IronRuby list for pointing me at this.)

--
Curt Hagenlocher
[EMAIL PROTECTED]
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to