Re: [IronPython] Console problem

2006-03-12 Thread Sanghyeon Seo
2006/3/12, Anthony Tarlano [EMAIL PROTECTED]: As you probably already know the Mono CLR may have many interesting bugs that may not show up on the MS .NET CLR. Thus, you should probably verify whether your bugs are isolated to a specific CLR in order to determine which mailing list to send

[IronPython] -i option doesn't go interactive when exception is raised

2006-03-12 Thread Sanghyeon Seo
One use of -i option is to inspect stack trace when exception is raised. # test.py 1/0 $ python -i test.py ... ZeroDivisionError This way one can inspect variables at the time exception was raised. Sure, debuggers can do that, but simple -i option is sometimes handy. IronPython implements -i